Skip to content

Commit f187f34

Browse files
fmt
1 parent aa807ab commit f187f34

File tree

1 file changed

+1
-2
lines changed
  • crates/djls-semantic/src

1 file changed

+1
-2
lines changed

crates/djls-semantic/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub use builtins::django_builtin_specs;
88
pub use db::Db;
99
pub use db::ValidationErrorAccumulator;
1010
pub use errors::ValidationError;
11+
use salsa::Accumulator;
1112
pub use specs::ArgType;
1213
pub use specs::EndTag;
1314
pub use specs::IntermediateTag;
@@ -17,8 +18,6 @@ pub use specs::TagSpec;
1718
pub use specs::TagSpecs;
1819
pub use validation::TagValidator;
1920

20-
use salsa::Accumulator;
21-
2221
/// Validate a Django template node list and return validation errors.
2322
///
2423
/// This function runs the TagValidator on the parsed node list to check for:

0 commit comments

Comments
 (0)