aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorTeddy Wing2016-04-06 15:06:30 -0400
committerTeddy Wing2016-04-06 15:06:30 -0400
commit9240db56a7202b238b7880da9c82b1e73089f02e (patch)
tree59bd9c2c92ce85083ff98b733200c16a06d5c5ed /src/main.rs
parent1639ce2d4dbbf7440f1366b263b95a775db5ac90 (diff)
downloadmutt-alias-auto-add-9240db56a7202b238b7880da9c82b1e73089f02e.tar.bz2
build_alias: Remove comment about special characters
This functionality has been handled in de3a9b7f68e1f1b368630f498dd338d8b50444c8. The comment is no longer necessary.
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: "