about summary refs log tree commit diff
path: root/src/format-diff
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2018-06-22 14:41:17 +1200
committerNick Cameron <ncameron@mozilla.com>2018-06-22 14:42:27 +1200
commit87edd75ecf26c9084969f431bb5e363693a8a4ca (patch)
treed79f1eb6b1c5e5ac2017dd335ecc2f84b56cd3a6 /src/format-diff
parent5c1884eacf791722e2d06d8e1eb113bc9207492b (diff)
downloadrust-87edd75ecf26c9084969f431bb5e363693a8a4ca.tar.gz
rust-87edd75ecf26c9084969f431bb5e363693a8a4ca.zip
TODO -> FIXME
Or just delete

Closes #25
Diffstat (limited to 'src/format-diff')
-rw-r--r--src/format-diff/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format-diff/main.rs b/src/format-diff/main.rs
index fe528a6c0ea..37ad4f35a1d 100644
--- a/src/format-diff/main.rs
+++ b/src/format-diff/main.rs
@@ -175,7 +175,7 @@ where
             None => continue,
         };
 
-        // TODO(emilio): We could avoid this most of the time if needed, but
+        // FIXME(emilio): We could avoid this most of the time if needed, but
         // it's not clear it's worth it.
         if !file_filter.is_match(file) {
             continue;