Skip to content

Commit

Permalink
fix(Tests): Added the missing lines for crates
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGuesnon committed Dec 1, 2023
1 parent 4e5980d commit 6e66749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/str.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use nom::{character::complete::anychar, multi::many1, IResult};
use nom_span::Spanned;

extern crate nom;
extern crate nom_span;

type Span<'a> = Spanned<&'a str>;

#[test]
Expand Down

0 comments on commit 6e66749

Please sign in to comment.