We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_auto_cfg
1 parent a9e1db8 commit dfeea97Copy full SHA for dfeea97
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- Added async support for Tokio runtime.
13
+- Added `doc_auto_cfg` feature.
14
15
### Fixed
16
src/lib.rs
@@ -39,6 +39,7 @@
39
//!
40
//! This crate is licensed under the MIT License.
41
42
+#![cfg_attr(docsrs, feature(doc_auto_cfg))]
43
#![forbid(unsafe_code)]
44
45
mod error;
0 commit comments