Skip to content

Commit

Permalink
docs: add doc_auto_cfg for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 25, 2024
1 parent cf2ad69 commit 0b53ca6
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
@@ -1,3 +1,5 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![feature(doc_auto_cfg)]
#![deny(elided_lifetimes_in_paths)]
#![deny(macro_use_extern_crate)]
#![deny(missing_abi)]
Expand Down

0 comments on commit 0b53ca6

Please sign in to comment.