We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f8fa9 commit 6d2257bCopy full SHA for 6d2257b
src/value/node.rs
@@ -4,7 +4,6 @@ use std::arch::x86_64::*;
4
#[cfg(feature = "sort_keys")]
5
use std::collections::BTreeMap;
6
7
-use std::sync::LazyLock;
8
use std::{
9
alloc::Layout,
10
collections::HashMap,
@@ -13,7 +12,7 @@ use std::{
13
12
ptr::NonNull,
14
slice::from_raw_parts,
15
str::from_utf8_unchecked,
16
- sync::{Arc, Mutex},
+ sync::{Arc, LazyLock, Mutex},
17
};
18
19
#[cfg(not(feature = "sort_keys"))]
0 commit comments