From cfa007f1d157134036d2eee8731e98e361a8f34b Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Sun, 1 Oct 2023 13:40:18 +0300 Subject: [PATCH] use one `use` for `std` --- src/tools/tidy/src/style.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.