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:
Tobin C. Harding 2024-08-21 14:34:13 +10:00
parent 39f7dcb816
commit c97389596b
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 3 deletions

View File

@ -225,9 +225,6 @@ macro_rules! sha256t_tag {
/// `#[hash_newtype(...)]`). The attributes suffer same compiler performance limitations as in
/// [`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
#[macro_export]
#[deprecated(since = "0.0.0-NEXT-RELEASE", note = "use `sha256_tag!` combined with `hash_newtype!`")]