1
Fork 0

Add test for useless_anonymous_reexport lint

This commit is contained in:
Guillaume Gomez 2023-03-10 22:20:29 +01:00
parent 2df7770d5e
commit ac4ea52980
4 changed files with 38 additions and 1 deletions

View file

@ -1533,6 +1533,7 @@ pub struct UnusedAllocationMutDiag;
#[derive(LintDiagnostic)]
#[diag(lint_useless_anonymous_reexport)]
#[note]
pub struct UselessAnonymousReexportDiag {
pub article: &'static str,
pub desc: &'static str,