Skip to content

Commit fd32f26

Browse files
committed
update name
1 parent 89b3a9a commit fd32f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

File-Explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "File-Explorer"
2+
name = "file_explorer"
33
version = "0.1.0"
44
edition = "2021"
55

File-Explorer/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extern crate regex;
55
use std::env;
66
use std::fs::File;
77
use std::io::{self, BufRead};
8-
use std::path::Path;
8+
99
use regex::Regex;
1010
use walkdir::WalkDir;
1111

0 commit comments

Comments
 (0)