diff --git a/crates/ra_tools/tests/docs.rs b/crates/ra_tools/tests/docs.rs index b4403c4710..ea33301750 100644 --- a/crates/ra_tools/tests/docs.rs +++ b/crates/ra_tools/tests/docs.rs @@ -55,7 +55,7 @@ fn no_docs_comments() { panic!( "\nMissing docs strings\n\ module: {}\n\ - Need add doc for module or this string \"//! FIXME: write short doc here\"\n", + Need add doc for module\n", f.path().display() ) }