From 4c494fe06fb5b12d26f6ebf7f034b7ee849ea086 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 12 Jan 2026 20:03:30 -0700 Subject: [PATCH] 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 --- .rules | 1 - 1 file changed, 1 deletion(-) diff --git a/.rules b/.rules index a2ee71cb0f6f08b0a16c9336e46154e6f6ec74d3..5965f5a185a9df47f5fce48bed4d677fa2937d0a 100644 --- a/.rules +++ b/.rules @@ -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