hashes: Put attribute under doc

As is typical round here, put the attribute under the associated
rustdoc.
This commit is contained in:
Tobin C. Harding 2024-10-16 10:59:17 +11:00
parent 88af71c81f
commit 71013afe07
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -74,8 +74,8 @@ extern crate core;
#[cfg(feature = "bitcoin-io")]
extern crate bitcoin_io as io;
#[cfg(feature = "serde")]
/// A generic serialization/deserialization framework.
#[cfg(feature = "serde")]
pub extern crate serde;
#[cfg(all(test, feature = "serde"))]