From 83f07b4e70efc45b2495d66a58f5d6ff0e5b7221 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 22 Aug 2021 14:43:06 -0700 Subject: move annotation stuff to its own module --- src/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reader.rs') diff --git a/src/reader.rs b/src/reader.rs index acb0146..b9514ae 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -13,7 +13,7 @@ pub enum ReadError { } /// a trait defining how `Item`-sized words are read at `Address`-positioned offsets into some -/// stream of data. for *most* uses, [`yaxpeax_arch::U8Reader`] probably is sufficient. when +/// stream of data. for *most* uses, [`crate::U8Reader`] probably is sufficient. when /// reading from data sources that aren't `&[u8]`, `Address` isn't a multiple of `u8`, or `Item` /// isn't a multiple of 8 bits, `U8Reader` won't be sufficient. pub trait Reader { -- cgit v1.1