Skip to content

Commit

Permalink
docs: fix 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 0b53ca6 commit 2cf20e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![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 2cf20e9

Please sign in to comment.