forbid admin room from being made public

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-27 20:06:56 -04:00 committed by June
parent 38c2e5567e
commit 8915b6469d
2 changed files with 46 additions and 5 deletions

View file

@ -508,6 +508,8 @@ used_underscore_binding = "warn"
needless_pass_by_value = "warn"
too_many_lines = "warn"
let_underscore_untyped = "warn"
single_match = "warn"
single_match_else = "warn"
# some sadness
missing_errors_doc = "allow"