Add clippy::cargo and remove dependencies (#23)

This commit is contained in:
daxpedda
2021-10-05 17:52:08 -07:00
committed by GitHub
parent 6fb4cad59c
commit c93600498e
3 changed files with 6 additions and 15 deletions
+2 -1
View File
@@ -425,8 +425,9 @@
//! [curve25519-dalek](https://doc.dalek.rs/curve25519_dalek/index.html#backends-and-features) and enables parallel formulas,
//! using either AVX2 or AVX512-IFMA. This will automatically enable the `u64_backend` and requires Rust nightly.
#![cfg_attr(not(feature = "bench"), deny(missing_docs))]
#![deny(unsafe_code)]
#![warn(clippy::cargo, missing_docs)]
#![allow(clippy::multiple_crate_versions)]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]