From b3a59407812b94a13fd83bf7fec36aac526359a1 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sun, 23 Oct 2022 13:39:58 -0400 Subject: Updated docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 38b9067..c7eef2d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ mod result; #[cfg(feature = "alloc")] mod unexpected; -pub use exun::{Expected, Exun, Unexpected}; +pub use crate::exun::{Expected, Exun, Unexpected}; #[cfg(feature = "std")] pub use result::ResultErrorExt; #[cfg(feature = "alloc")] -- cgit v1.2.3