Skip to content

Commit e70ed5f

Browse files
committed
Remove references to doc_auto_cfg
1 parent 8fe8ff8 commit e70ed5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
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)]

0 commit comments

Comments
 (0)