Add test for useless_anonymous_reexport lint
This commit is contained in:
parent
2df7770d5e
commit
ac4ea52980
4 changed files with 38 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue