From fa60b45005b9ab527b9b4ddf578834e65a528207 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 24 Jun 2024 13:22:28 -0700 Subject: fix a few doc lnks --- src/testkit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testkit.rs') 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; -- cgit v1.1