Skip to content

Commit

Permalink
show missing imports in map doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 19, 2021
1 parent bbcc41e commit 275047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combinator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ where
///
/// ```rust
/// # #[macro_use] extern crate nom;
/// # use nom::{Err,error::ErrorKind, IResult,Parser};
/// use nom::{Err,error::ErrorKind, IResult,Parser};
/// use nom::character::complete::digit1;
/// use nom::combinator::map;
/// # fn main() {
Expand Down

0 comments on commit 275047c

Please sign in to comment.