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 aa807ab commit f187f34Copy full SHA for f187f34
crates/djls-semantic/src/lib.rs
@@ -8,6 +8,7 @@ pub use builtins::django_builtin_specs;
8
pub use db::Db;
9
pub use db::ValidationErrorAccumulator;
10
pub use errors::ValidationError;
11
+use salsa::Accumulator;
12
pub use specs::ArgType;
13
pub use specs::EndTag;
14
pub use specs::IntermediateTag;
@@ -17,8 +18,6 @@ pub use specs::TagSpec;
17
18
pub use specs::TagSpecs;
19
pub use validation::TagValidator;
20
-use salsa::Accumulator;
21
-
22
/// Validate a Django template node list and return validation errors.
23
///
24
/// This function runs the TagValidator on the parsed node list to check for:
0 commit comments