use one use
for std
This commit is contained in:
parent
f275a3c65b
commit
cfa007f1d1
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue