diff --git a/src/tools/tidy/src/style.rs b/src/tools/tidy/src/style.rs index b5e2c7b41d79..e58e768a31a7 100644 --- a/src/tools/tidy/src/style.rs +++ b/src/tools/tidy/src/style.rs @@ -19,8 +19,7 @@ use crate::walk::{filter_dirs, walk}; use regex::{Regex, RegexSet}; -use std::collections::HashMap; -use std::{ffi::OsStr, path::Path}; +use std::{collections::HashMap, ffi::OsStr, path::Path}; /// Error code markdown is restricted to 80 columns because they can be /// displayed on the console with --example.