Open
Description
Location
https://doc.rust-lang.org/rustc/lints/levels.html
Summary
This page describes that you can configure the allow/warn/deny/etc level of various lints or groups using attributes and command-line options.
It does not currently specify whether options have priority above or below in-code attributes, and I think it would be helpful if it did.
If you like, I can look at what the current behavior is and send a PR documenting it.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsArea: lint levelsArea: Lints (warnings about flaws in source code) such as unused_mut.Call for participation: Help is requested to fix this issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the language team