summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 13:39:58 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 13:39:58 -0400
commitb3a59407812b94a13fd83bf7fec36aac526359a1 (patch)
tree27f9bf78f3a7c917bd2fa3db99b25d03881eecef /src/lib.rs
parentf4b5e2afc59a30687a0630504e233ecb63339783 (diff)
Updated docs
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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")]