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 Oct 6, 2024
1 parent 391a744 commit bd9c606
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.

## [0.0.0] - 2023-12-21

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

use std::io::{self, Write};
Expand Down

0 comments on commit bd9c606

Please sign in to comment.