aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAlexander Andreev <[email protected]>2019-09-30 11:31:28 +0100
committerAlexander Andreev <[email protected]>2019-09-30 11:31:28 +0100
commita47bca636cec350cf29c296dafd0c1bec51cd654 (patch)
treea1eecf37856e82e6a858de330ffdec9e1a0327f5 /crates
parent506222a9b1cf2aa5ff6f798fc84dabbc74ceb845 (diff)
Change user message.
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_tools/tests/docs.rs2
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 }