Closed theoparis closed 5 months ago
Also, trying to update bitvec results in a ton of errors
error[E0277]: the trait bound `LocalBits: bitvec::store::BitStore` is not satisfied
--> rcore-fs-sfs/src/lib.rs:1001:14
|
1001 | self.sync()
| ^^^^ the trait `bitvec::store::BitStore` is not implemented for `LocalBits`, which is required by `SimpleFileSystem: Sync`