aboutsummaryrefslogtreecommitdiff
path: root/tests/lexical/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lexical/parse.rs')
-rw-r--r--tests/lexical/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lexical/parse.rs b/tests/lexical/parse.rs
index 03ec1a9..80ca25e 100644
--- a/tests/lexical/parse.rs
+++ b/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_concise_float, parse_truncated_float};
+use crate::lexical::parse::{parse_concise_float, parse_truncated_float};
use core::f64;
use core::fmt::Debug;