diff options
Diffstat (limited to 'src/format-diff')
| -rw-r--r-- | src/format-diff/main.rs | 2 |
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; |
