File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
54
54
- Fixed ` MpMcQueue ` with ` mpmc_large ` feature.
55
55
- Fix missing ` Drop ` for ` MpMcQueue `
56
56
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
+
57
62
## [ v0.8.0] - 2023-11-07
58
63
59
64
### Added
Original file line number Diff line number Diff line change 73
73
//!
74
74
//! In other words, changes in the Rust version requirement of this crate are not considered semver
75
75
//! 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) ) ]
77
77
#![ cfg_attr( not( test) , no_std) ]
78
78
#![ deny( missing_docs) ]
79
79
#![ cfg_attr(
You can’t perform that action at this time.
0 commit comments