diff options
author | iximeow <me@iximeow.net> | 2024-06-24 13:22:28 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-24 13:22:28 -0700 |
commit | fa60b45005b9ab527b9b4ddf578834e65a528207 (patch) | |
tree | ad1e2f69d71870dee606b9c55854f51707d7fca1 /src/testkit.rs | |
parent | 414df05622c460c95605e32c30e7429af7061073 (diff) |
fix a few doc lnks
Diffstat (limited to 'src/testkit.rs')
-rw-r--r-- | src/testkit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testkit.rs b/src/testkit.rs index 996b1e4..215a062 100644 --- a/src/testkit.rs +++ b/src/testkit.rs @@ -2,7 +2,7 @@ //! described in this crate. //! //! currently, this only includes tools to validate correct use of -//! [`yaxpeax_arch::display::DisplaySink`], but may grow in the future. +//! [`crate::display::DisplaySink`], but may grow in the future. #[cfg(feature="alloc")] mod display; |