Remove -q from .rules (#46670)

I like to be able to see what's happening with rust builds so I can kill
rust analyzer, see the output, etc.

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2026-01-12 20:03:30 -07:00 committed by GitHub
parent 024485133d
commit 4c494fe06f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.rules
View file

@ -136,4 +136,3 @@ Other entities can then register a callback to handle these events by doing `cx.
## Build guidelines
- Use `./script/clippy` instead of `cargo clippy`
- Always invoke `cargo` commands with the `-q` flag