summaryrefslogtreecommitdiffstats
path: root/vendor/errno/src/hermit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/errno/src/hermit.rs')
-rw-r--r--vendor/errno/src/hermit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/errno/src/hermit.rs b/vendor/errno/src/hermit.rs
index 99d4c3286..331b6b152 100644
--- a/vendor/errno/src/hermit.rs
+++ b/vendor/errno/src/hermit.rs
@@ -14,7 +14,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-use Errno;
+use crate::Errno;
pub fn with_description<F, T>(_err: Errno, callback: F) -> T
where