Remove unused must_use

This commit is contained in:
Michael Goulet
2025-08-11 21:38:46 +00:00
parent ca77504943
commit 2c0409c7e8
13 changed files with 366 additions and 206 deletions

View File

@@ -2935,9 +2935,10 @@ pub(crate) struct RawPrefix {
pub(crate) struct UnusedBuiltinAttribute {
#[note]
pub invoc_span: Span,
pub attr_name: Symbol,
pub macro_name: String,
#[suggestion(code = "", applicability = "machine-applicable", style = "tool-only")]
pub attr_span: Span,
}
#[derive(LintDiagnostic)]