Skip to content

Commit

Permalink
enable doc_cfg feature in docsrs
Browse files Browse the repository at this point in the history
  • Loading branch information
mladedav committed Jun 14, 2024
1 parent e194b32 commit 5167c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
//! }
//! ```

#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg))]

mod cached;
mod cursor;
mod fields;
Expand Down

0 comments on commit 5167c22

Please sign in to comment.