Skip to content

Commit cfa007f

Browse files
committed
use one use for std
1 parent f275a3c commit cfa007f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/tidy/src/style.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020
use crate::walk::{filter_dirs, walk};
2121
use regex::{Regex, RegexSet};
22-
use std::collections::HashMap;
23-
use std::{ffi::OsStr, path::Path};
22+
use std::{collections::HashMap, ffi::OsStr, path::Path};
2423

2524
/// Error code markdown is restricted to 80 columns because they can be
2625
/// displayed on the console with --example.

0 commit comments

Comments
 (0)