Browse Source

clippy fix

Dangerise 1 year ago
parent
commit
192fa3471b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/src/cli/autoformat.rs

+ 1 - 1
packages/cli/src/cli/autoformat.rs

@@ -1,6 +1,6 @@
 use dioxus_autofmt::{IndentOptions, IndentType};
 use rayon::prelude::*;
-use std::{fs, io, path::Path, process::exit};
+use std::{fs, path::Path, process::exit};
 
 use super::*;