diff options
| author | Teddy Wing | 2016-04-06 15:06:30 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-06 15:06:30 -0400 |
| commit | 9240db56a7202b238b7880da9c82b1e73089f02e (patch) | |
| tree | 59bd9c2c92ce85083ff98b733200c16a06d5c5ed | |
| parent | 1639ce2d4dbbf7440f1366b263b95a775db5ac90 (diff) | |
| download | mutt-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.
| -rw-r--r-- | src/main.rs | 2 |
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: " |
