improvements, more config, add -q, readme
This commit is contained in:
+1
-3
@@ -105,9 +105,7 @@ impl VisExt for Visibility {
|
||||
|
||||
fn make_unlisted(self) -> Self {
|
||||
match self {
|
||||
Visibility::Public => {
|
||||
Visibility::Unlisted
|
||||
}
|
||||
Visibility::Public => Visibility::Unlisted,
|
||||
other => other,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user