We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
std
1 parent f275a3c commit cfa007fCopy full SHA for cfa007f
src/tools/tidy/src/style.rs
@@ -19,8 +19,7 @@
19
20
use crate::walk::{filter_dirs, walk};
21
use regex::{Regex, RegexSet};
22
-use std::collections::HashMap;
23
-use std::{ffi::OsStr, path::Path};
+use std::{collections::HashMap, ffi::OsStr, path::Path};
24
25
/// Error code markdown is restricted to 80 columns because they can be
26
/// displayed on the console with --example.
0 commit comments