Skip to content

Commit

Permalink
Add doc_auto_cfg feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ventaquil committed May 3, 2024
1 parent a9e1db8 commit dfeea97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added async support for Tokio runtime.
- Added `doc_auto_cfg` feature.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
//!
//! This crate is licensed under the MIT License.
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![forbid(unsafe_code)]

mod error;
Expand Down

0 comments on commit dfeea97

Please sign in to comment.