Skip to content

Commit f79bdb2

Browse files
committedMay 2, 2025
Cfg
1 parent 75870c4 commit f79bdb2

File tree

1 file changed

+2
-0
lines changed
  • crates/bitwarden-crypto/src/store/backend/implementation

1 file changed

+2
-0
lines changed
 

‎crates/bitwarden-crypto/src/store/backend/implementation/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ use super::StoreBackend;
22
use crate::store::KeyId;
33

44
mod basic;
5+
6+
#[cfg(any(target_os = "linux", all(not(target_arch = "wasm32"), not(windows))))]
57
mod custom_alloc;
68

79
/// Initializes a key store backend with the best available implementation for the current platform

0 commit comments

Comments
 (0)