From a47bca636cec350cf29c296dafd0c1bec51cd654 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 30 Sep 2019 13:31:28 +0300 Subject: Change user message. --- crates/ra_tools/tests/docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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() { 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() ) } -- cgit v1.2.3