1
Fork 0

use one use for std

This commit is contained in:
Elisha Hollander 2023-10-01 13:40:18 +03:00 committed by donno2048
parent f275a3c65b
commit cfa007f1d1

View file

@ -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.