Skip to content

Commit 6d2257b

Browse files
committed
fix cargo-fmt
1 parent d9f8fa9 commit 6d2257b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/value/node.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use std::arch::x86_64::*;
44
#[cfg(feature = "sort_keys")]
55
use std::collections::BTreeMap;
66

7-
use std::sync::LazyLock;
87
use std::{
98
alloc::Layout,
109
collections::HashMap,
@@ -13,7 +12,7 @@ use std::{
1312
ptr::NonNull,
1413
slice::from_raw_parts,
1514
str::from_utf8_unchecked,
16-
sync::{Arc, Mutex},
15+
sync::{Arc, LazyLock, Mutex},
1716
};
1817

1918
#[cfg(not(feature = "sort_keys"))]

0 commit comments

Comments
 (0)