Browse Source

clippy fix

Dangerise 1 năm trước cách đây
mục cha
commit
192fa3471b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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::*;