Skip to content

Commit

Permalink
remove outdated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 24, 2019
1 parent 0205b90 commit 26c5d3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
//! Error management
//!
//! Depending on a compilation flag, the content of the `Context` enum
//! can change. In the default case, it will only have one variant:
//! `Context::Code(I, ErrorKind<E=u32>)` (with `I` and `E` configurable).
//! It contains an error code and the input position that triggered it.
//!
//! Parsers are generic over their error type, requiring that it implements
//! the `error::ParseError<Input>` trait.
/// this trait must be implemented by the error type of a nom parser
///
Expand Down

0 comments on commit 26c5d3b

Please sign in to comment.