Skip to content

Commit 98d3366

Browse files
authored
Add doc cfg to zeroize re-export (#944)
1 parent 7c24337 commit 98d3366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cipher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub use crypto_common::rand_core;
3232
pub use inout::block_padding;
3333

3434
#[cfg(feature = "zeroize")]
35+
#[cfg_attr(docsrs, doc(cfg(feature = "zeroize")))]
3536
pub use zeroize;
3637

3738
#[cfg(feature = "dev")]

0 commit comments

Comments
 (0)