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

@@ -2157,6 +2157,7 @@ impl<'a, 'b> InvocationCollector<'a, 'b> {
attr_name,
macro_name: pprust::path_to_string(&call.path),
invoc_span: call.path.span,
attr_span: attr.span,
},
);
}