Fix pub(self) visibility?
Clippy complained about it and it seems wrong
This commit is contained in:
parent
a5f2b16366
commit
375dd18dc0
@ -407,7 +407,7 @@ impl ast::Visibility {
|
||||
} else if self.super_token().is_some() {
|
||||
VisibilityKind::PubSuper
|
||||
} else if self.self_token().is_some() {
|
||||
VisibilityKind::PubSuper
|
||||
VisibilityKind::PubSelf
|
||||
} else {
|
||||
VisibilityKind::Pub
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user