diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/errno/src/hermit.rs | 2 |
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 |