mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Clippy fixes (#309)
* Automatic clippy fixes * Manual clippy corrections
This commit is contained in:
+1
-1
@@ -25,5 +25,5 @@ fn main() -> Result<()> {
|
||||
|
||||
fn ensure_config_folder() {
|
||||
let path = config::get_config_folder();
|
||||
let _ = std::fs::create_dir_all(&path);
|
||||
let _ = std::fs::create_dir_all(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user