zcash_address: Remove outdated unified::Receiver documentation

Receiver ordering is now explicitly defined by Typecode, and Receiver
is now a public type.
This commit is contained in:
Jack Grigg 2021-07-12 21:11:24 +01:00
parent 478625f72d
commit 8527dcbc32
1 changed files with 0 additions and 6 deletions

View File

@ -140,12 +140,6 @@ impl fmt::Display for ParseError {
impl Error for ParseError {}
/// The set of known Receivers for Unified Addresses.
///
/// This enum is an internal-only type, and is maintained in preference order, so that the
/// derived [`PartialOrd`] will sort receivers correctly. From its documentation:
///
/// > When derived on enums, variants are ordered by their top-to-bottom discriminant
/// > order.
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum Receiver {
Orchard([u8; 43]),