Skip to content

Commit

Permalink
couple fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhibas committed Feb 10, 2024
1 parent a931dce commit 679049b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parse.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::f64::consts::E;

use nom::{
branch::alt,
bytes::complete::{tag, tag_no_case, take_until},
Expand Down Expand Up @@ -288,6 +286,5 @@ mod tests {
and demo == false"###;
let (i, v) = parse(expression).unwrap();
assert_eq!(i, "");
dbg!(v);
}
}

0 comments on commit 679049b

Please sign in to comment.