We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9681da commit 9db11c6Copy full SHA for 9db11c6
crates/bitwarden-wasm-internal/src/platform/repository.rs
@@ -43,7 +43,6 @@ macro_rules! create_wasm_repository {
43
self,
44
) -> ::std::sync::Arc<impl bitwarden_core::client::repository::Repository<$ty>> {
45
use ::bitwarden_core::client::repository::*;
46
-
47
use $crate::platform::repository::__macro_internal::*;
48
49
struct Store(::bitwarden_threading::ThreadBoundRunner<$name>);
0 commit comments