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

@@ -469,6 +469,8 @@ pub(crate) struct FfiConstInvalidTarget {
pub(crate) struct MustUseNoEffect {
pub article: &'static str,
pub target: rustc_hir::Target,
#[suggestion(code = "", applicability = "machine-applicable", style = "tool-only")]
pub attr_span: Span,
}
#[derive(Diagnostic)]