mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Change user message.
This commit is contained in:
parent
506222a9b1
commit
a47bca636c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue