drop unnecessary "warning" from warning text
This commit is contained in:
parent
bb6224bc84
commit
10ac995024
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
warning: WARNING: the `#![doc(no_default_passes)]` attribute is considered deprecated
|
||||
warning: the `#![doc(no_default_passes)]` attribute is considered deprecated
|
||||
|
|
||||
= warning: please see https://github.com/rust-lang/rust/issues/44136
|
||||
= help: you may want to use `#![doc(document_private_items)]`
|
||||
|
||||
warning: WARNING: the `#![doc(passes = "...")]` attribute is considered deprecated
|
||||
warning: the `#![doc(passes = "...")]` attribute is considered deprecated
|
||||
|
|
||||
= warning: please see https://github.com/rust-lang/rust/issues/44136
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue