Skip to content

Commit 7a2eb2a

Browse files
authored
Avoid build error
1 parent eac7f54 commit 7a2eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/exceptions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ pub(super) mod types {
956956
PyObjectRef, PyRef, PyResult, VirtualMachine,
957957
};
958958
#[cfg(not(target_os = "wasi"))]
959-
use crate::stdlib::errno::errors,
959+
use crate::stdlib::errno::errors;
960960
use crossbeam_utils::atomic::AtomicCell;
961961

962962
// This module is designed to be used as `use builtins::*;`.

0 commit comments

Comments
 (0)