Change user message.

This commit is contained in:
Alexander Andreev 2019-09-30 13:31:28 +03:00
parent 506222a9b1
commit a47bca636c

View file

@ -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()
)
}