mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
Cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user