fix tidy
This commit is contained in:
parent
de9413bd34
commit
652b1bd45d
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ impl<'a, 'b> ImportResolver<'a, 'b> {
|
|||
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…
Add table
Add a link
Reference in a new issue