On 11/17/25 1:13 PM, John Hubbard wrote:
On 11/17/25 1:02 PM, Miguel Ojeda wrote:
On Mon, Nov 17, 2025 at 9:07 AM Miguel Ojeda ojeda@kernel.org wrote:
...
Is rust-next a rebasing branch? I was going to request a non-empty commit body, in order to make it more immediately clear what this does. Something like:
The current set of disallowed names is inherited from clippy's defaults [1], which are "foo", "baz", and "quux". This may be extended via .clipy.toml, which so far has no entries for disallowed names.
oops, left out the link. Here:
[1] https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names
thanks,