Skip to content

Commit

Permalink
Remove unnecessary doc_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 9, 2021
1 parent 6021f79 commit 126e54d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ voprf = { path = "", default-features = false, features = ["danger"] }
[package.metadata.docs.rs]
features = ["danger", "p256", "std"]
targets = []
rustdoc-args = ["--cfg", "docsrs"]
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@
#![no_std]
#![warn(clippy::cargo, missing_docs)]
#![allow(clippy::multiple_crate_versions)]
#![cfg_attr(docsrs, feature(doc_cfg))]

extern crate alloc;

Expand Down

0 comments on commit 126e54d

Please sign in to comment.