Fix clippy, minor fmt, add TODO comments

This commit is contained in:
Imbris
2020-10-10 03:01:30 -04:00
parent 39f78e9116
commit fa45edb541
3 changed files with 24 additions and 11 deletions

View File

@ -92,6 +92,7 @@ fn main() -> io::Result<()> {
// Load server settings
let mut server_settings = server::Settings::load(&server_data_dir);
let mut editable_settings = server::EditableSettings::load(&server_data_dir);
#[allow(clippy::single_match)] // Note: remove this when there are more subcommands
match matches.subcommand() {
("admin", Some(sub_m)) => {
admin::admin_subcommand(