Skip to content

Commit

Permalink
digest: remove lingering docsrs attrs
Browse files Browse the repository at this point in the history
These were leftover from the migration to `doc_auto_cfg` in #1370.

They're breaking the doc build.
  • Loading branch information
tarcieri committed Jan 8, 2024
1 parent 3a7f39d commit 05c9deb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions digest/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ macro_rules! new_test {

/// Define hash function serialization test
#[macro_export]
#[cfg_attr(docsrs, doc(cfg(feature = "dev")))]
macro_rules! hash_serialization_test {
($name:ident, $hasher:ty, $expected_serialized_state:expr) => {
#[test]
Expand Down Expand Up @@ -73,7 +72,6 @@ macro_rules! hash_serialization_test {

/// Define hash function serialization test
#[macro_export]
#[cfg_attr(docsrs, doc(cfg(feature = "dev")))]
macro_rules! hash_rt_outsize_serialization_test {
($name:ident, $hasher:ty, $expected_serialized_state:expr) => {
#[test]
Expand Down

0 comments on commit 05c9deb

Please sign in to comment.