Skip to content

Commit 8324aeb

Browse files
allow required unused import
1 parent 7153d71 commit 8324aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/filters.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use std::fmt::{Display, Formatter, Write};
22

33
use askama::Html;
44
use askama_escape::Escaper;
5+
#[allow(unused_imports)]
56
pub use bustdir::askama::bust_dir;
67

78
const SECTION: char = '§';

0 commit comments

Comments
 (0)