From 90889ac38dee7b3ad3c9b6c8b3e5aeb66e8b5846 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 30 Jun 2022 11:46:43 +0200 Subject: Refactor some docs, fix some grammar --- src/compiler.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler.rs') diff --git a/src/compiler.rs b/src/compiler.rs index b29a27c..7a11870 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -248,8 +248,6 @@ struct CompileContext<'a> { pub protocol_src: Option>, pub line_ending_default: LineEnding, pub allow_dangerous_html: bool, - /// Data inferred about the document. - // To do: definitions. /// Intermediate results. pub buffers: Vec>, pub index: usize, -- cgit