Skip to content

Commit

Permalink
chore(sha1-checked): remove dead code (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire authored Jul 3, 2024
1 parent 8998905 commit 89868e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
2 changes: 0 additions & 2 deletions sha1-checked/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![warn(missing_docs, rust_2018_idioms)]
// TODO: remove after fixing https://github.com/RustCrypto/hashes/issues/594
#![allow(dead_code)]

//! Collision checked Sha1.
//!
Expand Down
Loading

0 comments on commit 89868e2

Please sign in to comment.