adjust lint groups, start fixing lints

This commit is contained in:
steven-omaha
2023-02-13 20:39:58 +01:00
parent 307d3ef74d
commit e94b0047bc
12 changed files with 91 additions and 34 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ impl Config {
};
}
let content = from_file.unwrap();
let content = from_file.expect("we already handled that error");
serde_yaml::from_str(&content).context("parsing yaml config")
}