summaryrefslogtreecommitdiffstats
path: root/third_party/rust/serde_json/tests/lexical/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/serde_json/tests/lexical/parse.rs')
-rw-r--r--third_party/rust/serde_json/tests/lexical/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/serde_json/tests/lexical/parse.rs b/third_party/rust/serde_json/tests/lexical/parse.rs
index 80ca25e772..03ec1a9a63 100644
--- a/third_party/rust/serde_json/tests/lexical/parse.rs
+++ b/third_party/rust/serde_json/tests/lexical/parse.rs
@@ -1,7 +1,7 @@
// Adapted from https://github.com/Alexhuszagh/rust-lexical.
use crate::lexical::num::Float;
-use crate::lexical::parse::{parse_concise_float, parse_truncated_float};
+use crate::lexical::{parse_concise_float, parse_truncated_float};
use core::f64;
use core::fmt::Debug;