diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy-tests/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy-tests/main.rs b/xtask/tests/tidy-tests/main.rs index e5247854a..b3d6ddac9 100644 --- a/xtask/tests/tidy-tests/main.rs +++ b/xtask/tests/tidy-tests/main.rs | |||
@@ -34,7 +34,7 @@ fn check_todo(path: &Path, text: &str) { | |||
34 | } | 34 | } |
35 | if text.contains("TODO") || text.contains("TOOD") || text.contains("todo!") { | 35 | if text.contains("TODO") || text.contains("TOOD") || text.contains("todo!") { |
36 | panic!( | 36 | panic!( |
37 | "\nTODO markers should not be committed to the master branch,\n\ | 37 | "\nTODO markers or todo! macros should not be committed to the master branch,\n\ |
38 | use FIXME instead\n\ | 38 | use FIXME instead\n\ |
39 | {}\n", | 39 | {}\n", |
40 | path.display(), | 40 | path.display(), |