aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.rs')
-rw-r--r--src/compiler.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index a935367..f2af8f1 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -168,7 +168,6 @@ impl<'a> CompileContext<'a> {
}
/// Turn events and codes into a string of HTML.
-#[allow(clippy::too_many_lines)]
pub fn compile(events: &[Event], bytes: &[u8], options: &Options) -> String {
let mut index = 0;
let mut line_ending_inferred = None;