hashes: Put attribute under doc
As is typical round here, put the attribute under the associated rustdoc.
This commit is contained in:
parent
88af71c81f
commit
71013afe07
|
@ -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"))]
|
||||
|
|
Loading…
Reference in New Issue