chore: silent just fmt (#8820)
Done to avoid spammy warnings to end up in the model context without having to switch to nightly ``` Warning: can't set `imports_granularity = Item`, unstable features are only available in nightly channel. ```
This commit is contained in:
parent
230a045ac9
commit
8372d61be7
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -25,7 +25,7 @@ app-server-test-client *args:
|
|||
|
||||
# format code
|
||||
fmt:
|
||||
cargo fmt -- --config imports_granularity=Item
|
||||
cargo fmt -- --config imports_granularity=Item 2>/dev/null
|
||||
|
||||
fix *args:
|
||||
cargo clippy --fix --all-features --tests --allow-dirty "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue