Remove unnecessary clippy attribute on absolute::LockTime

I ran the clippy locally without it and it doesn't seem to be necessary
anymore.
This commit is contained in:
Steven Roose 2023-10-23 01:36:19 +01:00
parent 49674beb09
commit b7f11d4493
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ pub const LOCK_TIME_THRESHOLD: u32 = 500_000_000;
/// _ => panic!("handle invalid comparison error"), /// _ => panic!("handle invalid comparison error"),
/// }; /// };
/// ``` /// ```
#[allow(clippy::derive_ord_xor_partial_ord)]
#[derive(Clone, Copy, PartialEq, Eq, Hash)] #[derive(Clone, Copy, PartialEq, Eq, Hash)]
pub enum LockTime { pub enum LockTime {
/// A block height lock time value. /// A block height lock time value.