diff options
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; |