Skip to content

Commit dfeea97

Browse files
committed
Add doc_auto_cfg feature
1 parent a9e1db8 commit dfeea97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Added async support for Tokio runtime.
13+
- Added `doc_auto_cfg` feature.
1314

1415
### Fixed
1516

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
//!
4040
//! This crate is licensed under the MIT License.
4141
42+
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4243
#![forbid(unsafe_code)]
4344

4445
mod error;

0 commit comments

Comments
 (0)