drop unnecessary "warning" from warning text

This commit is contained in:
QuietMisdreavus 2018-05-14 15:33:59 -05:00
parent bb6224bc84
commit 10ac995024
2 changed files with 3 additions and 3 deletions

View file

@ -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