1
Fork 0

Remove useless variant.

This commit is contained in:
Camille GILLOT 2021-12-11 00:56:21 +01:00
parent 4a66a704b2
commit d9e997d9eb
2 changed files with 1 additions and 21 deletions

View file

@ -289,7 +289,6 @@ pub enum BuiltinLintDiagnostics {
AbsPathWithModule(Span),
ProcMacroDeriveResolutionFallback(Span),
MacroExpandedMacroExportsAccessedByAbsolutePaths(Span),
ElidedLifetimesInPaths(usize, Span, bool, Span, String),
UnknownCrateTypes(Span, String, String),
UnusedImports(String, Vec<(Span, String)>),
RedundantImport(Vec<(Span, bool)>, Ident),