On Mon, Nov 17, 2025 at 10:13 PM John Hubbard jhubbard@nvidia.com 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.
What do you mean by "non-empty commit body"? The commit has several short paragraphs and mentions the `foo` example (precisely to hint at what the lint does).
But, sure, I am happy to add a Link: tag to the lint -- I typically add those when enabling a lint (e.g. commit db4f72c904cb ("rust: enable `clippy::undocumented_unsafe_blocks` lint")).
Cheers, Miguel