Skip to content

Commit

Permalink
ed25519: fix tarpaulin (#181)
Browse files Browse the repository at this point in the history
The presence of the `intra_doc_link_resolution_failure` lint now breaks
cargo-tarpaulin:

https://github.com/RustCrypto/signatures/pull/180/checks?check_run_id=1228016160
  • Loading branch information
tarcieri authored Oct 8, 2020
1 parent a383e80 commit 29f2d5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ed25519/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,7 @@
html_root_url = "https://docs.rs/ed25519/1.0.2"
)]
#![forbid(unsafe_code)]
#![warn(
missing_docs,
rust_2018_idioms,
unused_qualifications,
intra_doc_link_resolution_failure
)]
#![warn(missing_docs, rust_2018_idioms, unused_qualifications)]

#[cfg(feature = "serde")]
use serde::{de, ser, Deserialize, Serialize};
Expand Down

0 comments on commit 29f2d5a

Please sign in to comment.