fix tidy
This commit is contained in:
parent
de9413bd34
commit
652b1bd45d
@ -973,7 +973,7 @@ fn finalize_import(
|
||||
max_vis.get() != ty::Visibility::Invisible && // Allow empty globs.
|
||||
!max_vis.get().is_at_least(directive.vis.get(), &*self) {
|
||||
let msg =
|
||||
"glob import doesn't reexport anything because no candidate is public enough";
|
||||
"glob import doesn't reexport anything because no candidate is public enough";
|
||||
self.r.session.buffer_lint(UNUSED_IMPORTS, directive.id, directive.span, msg);
|
||||
}
|
||||
return None;
|
||||
|
Loading…
Reference in New Issue
Block a user