diff options
Diffstat (limited to 'src/de/parse.rs')
-rw-r--r-- | src/de/parse.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/parse.rs b/src/de/parse.rs index 20ba962..f4d280a 100644 --- a/src/de/parse.rs +++ b/src/de/parse.rs @@ -1,4 +1,4 @@ -use crate::ser::{replace_space, QS_ENCODE_SET}; +use crate::utils::{replace_space, QS_ENCODE_SET}; use super::*; |