diff options
Diffstat (limited to '')
| -rw-r--r-- | src/compiler.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/compiler.rs b/src/compiler.rs index acba76a..1f16648 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -226,6 +226,7 @@ type Handle = fn(&mut CompileContext);  type Map = HashMap<TokenType, Handle>;  /// Context used to compile markdown. +#[allow(clippy::struct_excessive_bools)]  struct CompileContext<'a> {      /// Static info.      pub events: &'a [Event], | 
