vis note for no pub reexports glob import
This commit is contained in:
parent
c263ccf185
commit
d0941f92d7
12 changed files with 118 additions and 32 deletions
|
@ -583,6 +583,10 @@ pub enum BuiltinLintDiagnostics {
|
|||
elided: bool,
|
||||
span: Span,
|
||||
},
|
||||
RedundantImportVisibility {
|
||||
span: Span,
|
||||
max_vis: String,
|
||||
},
|
||||
}
|
||||
|
||||
/// Lints that are buffered up early on in the `Session` before the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue