Skip to content

Commit

Permalink
use one use for std
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 committed Apr 16, 2024
1 parent f275a3c commit cfa007f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/tidy/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cfa007f

Please sign in to comment.