SergioBenitez/state

no `LocalStorage` in the root

brandonros opened this issue · 1 comments

error[E0432]: unresolved import `state::LocalStorage`
 --> src/lib.rs:1:5
  |
1 | use state::LocalStorage;
  |     ^^^^^^^^^^^^^^^^^^^ no `LocalStorage` in the root

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.

If I do use state::Storage;, it imports fine... 0.4.2 in Cargo.toml... what could it be?

Had to do state = { version = "0.4", features = ["tls"] }