diff options
Diffstat (limited to 'bv1/codec/src')
-rw-r--r-- | bv1/codec/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bv1/codec/src/lib.rs b/bv1/codec/src/lib.rs index da5c595..7041950 100644 --- a/bv1/codec/src/lib.rs +++ b/bv1/codec/src/lib.rs @@ -1,5 +1,4 @@ #![feature(portable_simd)] -#![feature(io_error_other)] pub mod debug; pub mod decode; |