Skip to content

Commit

Permalink
style(rustfmt): organize import per crate
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
  • Loading branch information
tiagolobocastro committed Dec 4, 2024
1 parent fdf5233 commit 6a3b341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/rust/linter.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cargo fmt -- --version
cargo fmt --all
cargo fmt --all -- --config imports_granularity=Crate

cargo clippy -- --version
cargo clippy --all --all-targets $1 -- -D warnings
2 changes: 1 addition & 1 deletion utils/dependencies

0 comments on commit 6a3b341

Please sign in to comment.