Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Dec 17, 2023
1 parent 0a11003 commit 6f9e2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akasa/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ use rand::{rngs::OsRng, RngCore};

use default_hook::DefaultHook;

#[cfg(all(not(target_env = "msvc"), feature="jemalloc"))]
#[cfg(all(not(target_env = "msvc"), feature = "jemalloc"))]
#[cfg(not(target_env = "msvc"))]
use tikv_jemallocator::Jemalloc;

#[cfg(all(not(target_env = "msvc"), feature="jemalloc"))]
#[cfg(all(not(target_env = "msvc"), feature = "jemalloc"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;

Expand Down

0 comments on commit 6f9e2fa

Please sign in to comment.