diff --git a/src/lib.rs b/src/lib.rs index a42af27..1a6c19c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ #![no_std] #![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))] #![deny(missing_docs)] -#![cfg_attr(feature = "cargo-clippy", allow(clippy::many_single_char_names))] //! [`tests/e2e.rs`]: javascript:void(0) //! [a more detailed writeup is also available]: #cryptographic-protocol //! [`T`]: struct.TokenPreimage.html#method.T