We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7153d71 commit 8324aebCopy full SHA for 8324aeb
src/filters.rs
@@ -2,6 +2,7 @@ use std::fmt::{Display, Formatter, Write};
2
3
use askama::Html;
4
use askama_escape::Escaper;
5
+#[allow(unused_imports)]
6
pub use bustdir::askama::bust_dir;
7
8
const SECTION: char = '§';
0 commit comments