File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ where R: 'static + Send,
649
649
let diag = core:: new_handler ( error_format, None ) ;
650
650
651
651
fn report_deprecated_attr ( name : & str , diag : & errors:: Handler ) {
652
- let mut msg = diag. struct_warn ( & format ! ( "WARNING: the `#![doc({})]` attribute is \
652
+ let mut msg = diag. struct_warn ( & format ! ( "the `#![doc({})]` attribute is \
653
653
considered deprecated", name) ) ;
654
654
msg. warn ( "please see https://github.com/rust-lang/rust/issues/44136" ) ;
655
655
Original file line number Diff line number Diff line change 1
- warning: WARNING: the `#![doc(no_default_passes)]` attribute is considered deprecated
1
+ warning: the `#![doc(no_default_passes)]` attribute is considered deprecated
2
2
|
3
3
= warning: please see https://github.com/rust-lang/rust/issues/44136
4
4
= help: you may want to use `#![doc(document_private_items)]`
5
5
6
- warning: WARNING: the `#![doc(passes = "...")]` attribute is considered deprecated
6
+ warning: the `#![doc(passes = "...")]` attribute is considered deprecated
7
7
|
8
8
= warning: please see https://github.com/rust-lang/rust/issues/44136
9
9
You can’t perform that action at this time.
0 commit comments