Skip to content

Commit

Permalink
Remove obsolete clippy directive (#46)
Browse files Browse the repository at this point in the history
The feature is just `clippy` now, which recent clippy warns about,
breaking ci runs. We don't fail the single-character variable name
lint any more, so just remove the directive entirely.
  • Loading branch information
rillian authored Jun 20, 2024
1 parent 6e5b0fb commit e0b8e48
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,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
Expand Down

0 comments on commit e0b8e48

Please sign in to comment.