Skip to content

Commit

Permalink
Remove now unneeded cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 24, 2024
1 parent 035fd87 commit c951e0c
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,6 +1,5 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![deny(missing_docs)]
#![cfg_attr(bench, feature(test))]
#![cfg_attr(not(test), no_std)]
#![warn(missing_docs)]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit c951e0c

Please sign in to comment.