Fix double import in wasm thread
The `unsupported` type is imported two times, as `super::unsupported` and as `crate::sys::unsupported`, throwing an error. Remove `super::unsupported` in favor of the other.
This commit is contained in:
parent
1aa6c7cbc6
commit
d3bf89b302
@ -1,4 +1,3 @@
|
||||
use super::unsupported;
|
||||
use crate::ffi::CStr;
|
||||
use crate::io;
|
||||
use crate::num::NonZeroUsize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user