diff options
-rw-r--r-- | crates/ra_tools/tests/docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tools/tests/docs.rs b/crates/ra_tools/tests/docs.rs index b4403c471..ea3330175 100644 --- a/crates/ra_tools/tests/docs.rs +++ b/crates/ra_tools/tests/docs.rs | |||
@@ -55,7 +55,7 @@ fn no_docs_comments() { | |||
55 | panic!( | 55 | panic!( |
56 | "\nMissing docs strings\n\ | 56 | "\nMissing docs strings\n\ |
57 | module: {}\n\ | 57 | module: {}\n\ |
58 | Need add doc for module or this string \"//! FIXME: write short doc here\"\n", | 58 | Need add doc for module\n", |
59 | f.path().display() | 59 | f.path().display() |
60 | ) | 60 | ) |
61 | } | 61 | } |