about summary refs log tree commit diff
path: root/src/format-diff
diff options
context:
space:
mode:
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;