From 09fd0321daae69d52532b4bef762a202efe9a12e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 1 Jul 2022 11:17:13 +0200 Subject: Update todos --- src/compiler.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler.rs') 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; /// Context used to compile markdown. +#[allow(clippy::struct_excessive_bools)] struct CompileContext<'a> { /// Static info. pub events: &'a [Event], -- cgit