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:
jif-oai
2026-01-07 12:16:38 +00:00
committed by GitHub
parent 230a045ac9
commit 8372d61be7

View File

@@ -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 "$@"