We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a3ea9 commit 71c7176Copy full SHA for 71c7176
crates/djls-conf/src/tagspecs/legacy.rs
@@ -5,9 +5,10 @@
5
// It should be removed after two releases (v5.2.5 and v5.2.6) following the
6
// project's deprecation policy.
7
8
-use serde::Deserialize;
9
use std::collections::HashMap;
10
+use serde::Deserialize;
11
+
12
use super::ArgKindDef;
13
use super::EndTagDef;
14
use super::IntermediateTagDef;
0 commit comments