Skip to content

Commit e0e6546

Browse files
committed
removed doc_auto_cfg feature, was merged into doc_cfg
1 parent 3f9f5a1 commit e0e6546

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5454
- Fixed `MpMcQueue` with `mpmc_large` feature.
5555
- Fix missing `Drop` for `MpMcQueue`
5656

57+
### Removed
58+
59+
- `doc_auto_cfg` feature which was merged into `doc_cfg`. Presence of the feature led to doc
60+
build failures on nightly.
61+
5762
## [v0.8.0] - 2023-11-07
5863

5964
### Added

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
//!
7474
//! In other words, changes in the Rust version requirement of this crate are not considered semver
7575
//! breaking change and may occur in patch version releases.
76-
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
76+
#![cfg_attr(docsrs, feature(doc_cfg))]
7777
#![cfg_attr(not(test), no_std)]
7878
#![deny(missing_docs)]
7979
#![cfg_attr(

0 commit comments

Comments
 (0)