1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00
This commit is contained in:
Bernd Schoolmann
2024-12-02 12:33:29 +01:00
parent 2f5d4435d8
commit f0926ebfcc

View File

@@ -1,8 +1,3 @@
pub use zeroizing_alloc::ZeroAlloc as ZeroizingAllocator;
#[global_allocator]
static ALLOC: ZeroizingAllocator<std::alloc::System> = ZeroizingAllocator(std::alloc::System);
#[cfg(feature = "sys")]
pub mod biometric;
#[cfg(feature = "sys")]
@@ -20,3 +15,7 @@ pub mod powermonitor;
pub mod ssh_agent;
#[cfg(feature = "sys")]
pub mod epheremal_values;
pub use zeroizing_alloc::ZeroAlloc as ZeroizingAllocator;
#[global_allocator]
static ALLOC: ZeroizingAllocator<std::alloc::System> = ZeroizingAllocator(std::alloc::System);