mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
Apply clippy suggestion.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
83c75b753b
commit
bb030e266b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pub fn sanitize_target_string(target: String) -> String {
|
||||||
.replace("www.", "")
|
.replace("www.", "")
|
||||||
.replace("https://", "")
|
.replace("https://", "")
|
||||||
.replace("http://", "")
|
.replace("http://", "")
|
||||||
.replace("/", "")
|
.replace('/', "")
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn return_matches_vec(matches: &clap::ArgMatches, value: &str) -> Vec<String> {
|
pub fn return_matches_vec(matches: &clap::ArgMatches, value: &str) -> Vec<String> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue