Remove stale docs from sha256t_hash_newtype
We removed the repetition a while ago from the macro but left the docs in there - remove them.
This commit is contained in:
parent
39f7dcb816
commit
c97389596b
|
@ -225,9 +225,6 @@ macro_rules! sha256t_tag {
|
||||||
/// `#[hash_newtype(...)]`). The attributes suffer same compiler performance limitations as in
|
/// `#[hash_newtype(...)]`). The attributes suffer same compiler performance limitations as in
|
||||||
/// [`hash_newtype`] macro.
|
/// [`hash_newtype`] macro.
|
||||||
///
|
///
|
||||||
/// The macro accepts multiple inputs so you can define multiple hash newtypes in one macro call.
|
|
||||||
/// Just make sure to enter the structs in order `Tag0`, `Hash0`, `Tag1`, `Hash1`...
|
|
||||||
///
|
|
||||||
/// [`hash_newtype`]: crate::hash_newtype
|
/// [`hash_newtype`]: crate::hash_newtype
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
#[deprecated(since = "0.0.0-NEXT-RELEASE", note = "use `sha256_tag!` combined with `hash_newtype!`")]
|
#[deprecated(since = "0.0.0-NEXT-RELEASE", note = "use `sha256_tag!` combined with `hash_newtype!`")]
|
||||||
|
|
Loading…
Reference in New Issue