File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898#![ warn( clippy:: pedantic, rust_2018_idioms, unused_qualifications) ]
9999#![ allow( clippy:: items_after_statements, clippy:: missing_errors_doc) ]
100100#![ cfg_attr( feature = "step_trait" , feature( step_trait) ) ]
101- #![ cfg_attr( feature = "__doc" , feature( doc_auto_cfg ) ) ]
101+ #![ cfg_attr( feature = "__doc" , feature( doc_cfg ) ) ]
102102#![ no_std]
103103
104104#[ cfg( feature = "std" ) ]
@@ -170,7 +170,7 @@ pub mod __private {
170170 ( $d ( $tt: tt) * ) => { $d ( $tt) * } ;
171171 }
172172 // If the `__doc` feature flag is enabled, we are building for the current crate, and
173- // thus we forward the `cfg` so that `doc_auto_cfg ` sees it.
173+ // thus we forward the `cfg` so that `doc_cfg ` sees it.
174174 #[ macro_export]
175175 #[ cfg( feature = $flag) ]
176176 #[ doc( hidden) ]
You can’t perform that action at this time.
0 commit comments