aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 1f3ff29..5e02b38 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,8 +8,6 @@ fn handle_alias(s: &str) {
}
fn build_alias(s: &str) -> String {
- // Replace , ' " with nothing
-
let mut split: Vec<&str> = s.split_whitespace().collect();
// Remove "From: "