We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b3a9a commit fd32f26Copy full SHA for fd32f26
File-Explorer/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "File-Explorer"
+name = "file_explorer"
3
version = "0.1.0"
4
edition = "2021"
5
File-Explorer/src/main.rs
@@ -5,7 +5,7 @@ extern crate regex;
use std::env;
6
use std::fs::File;
7
use std::io::{self, BufRead};
8
-use std::path::Path;
+
9
use regex::Regex;
10
use walkdir::WalkDir;
11
0 commit comments