You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0432]: unresolved import `super::file_key_storage`
--> src/storage/key_storage_impl.rs:3:12
|
3 | use super::file_key_storage::FileKeyStorage;
| ^^^^^^^^^^^^^^^^ could not find `file_key_storage` in `super`
|
note: found an item that was configured out
--> src/storage/mod.rs:2:5
|
2 | mod file_key_storage;
| ^^^^^^^^^^^^^^^^
note: the item is gated here
--> src/storage/mod.rs:1:1
|
1 | #[cfg(any(target_os = "linux", target_os = "macos"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
In version 503b7ed
The text was updated successfully, but these errors were encountered: