Ignore example in the documentation of the lalrpop_mod macro

This commit is contained in:
Ayose 2018-03-26 06:51:21 +01:00
parent bdea00f436
commit fb6f9d796f

View File

@ -150,7 +150,7 @@ pub struct ErrorRecovery<L, T, E> {
/// omit it.
///
/// # Example
/// ```no_run
/// ```ignore
/// // load parser in src/parser.lalrpop
/// lalrpop_mod!(parser);
///