summaryrefslogtreecommitdiff
path: root/rust/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/parser.rs')
-rw-r--r--rust/src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/parser.rs b/rust/src/parser.rs
index 121a10f..2a5fef4 100644
--- a/rust/src/parser.rs
+++ b/rust/src/parser.rs
@@ -235,7 +235,7 @@ fn parse_number(token: &Token) -> Result<Value, String> {
#[cfg(test)]
mod tests {
- use crate::parse_total;
+ use super::parse_total;
use super::Token::*;
use super::Value;