From 2513e05501e3a014c097f24eb9178c291785db81 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 17 Dec 2024 18:05:19 +1100 Subject: [PATCH] api: Run just check-api --- api/units/all-features.txt | 6 +++--- api/units/alloc-only.txt | 6 +++--- api/units/no-features.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/units/all-features.txt b/api/units/all-features.txt index 4ec25b597..d0c77286c 100644 --- a/api/units/all-features.txt +++ b/api/units/all-features.txt @@ -917,9 +917,9 @@ pub fn bitcoin_units::amount::error::MissingDigitsError::fmt(&self, f: &mut core pub fn bitcoin_units::amount::error::OutOfRangeError::clone(&self) -> bitcoin_units::amount::error::OutOfRangeError pub fn bitcoin_units::amount::error::OutOfRangeError::eq(&self, other: &bitcoin_units::amount::error::OutOfRangeError) -> bool pub fn bitcoin_units::amount::error::OutOfRangeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(&self) -> (i64, u64) +pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(self) -> (i64, u64) pub fn bitcoin_units::amount::error::ParseAmountError::clone(&self) -> bitcoin_units::amount::error::ParseAmountError pub fn bitcoin_units::amount::error::ParseAmountError::eq(&self, other: &bitcoin_units::amount::error::ParseAmountError) -> bool pub fn bitcoin_units::amount::error::ParseAmountError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result diff --git a/api/units/alloc-only.txt b/api/units/alloc-only.txt index 691aeca99..ae1768dec 100644 --- a/api/units/alloc-only.txt +++ b/api/units/alloc-only.txt @@ -853,9 +853,9 @@ pub fn bitcoin_units::amount::error::MissingDigitsError::fmt(&self, f: &mut core pub fn bitcoin_units::amount::error::OutOfRangeError::clone(&self) -> bitcoin_units::amount::error::OutOfRangeError pub fn bitcoin_units::amount::error::OutOfRangeError::eq(&self, other: &bitcoin_units::amount::error::OutOfRangeError) -> bool pub fn bitcoin_units::amount::error::OutOfRangeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(&self) -> (i64, u64) +pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(self) -> (i64, u64) pub fn bitcoin_units::amount::error::ParseAmountError::clone(&self) -> bitcoin_units::amount::error::ParseAmountError pub fn bitcoin_units::amount::error::ParseAmountError::eq(&self, other: &bitcoin_units::amount::error::ParseAmountError) -> bool pub fn bitcoin_units::amount::error::ParseAmountError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result diff --git a/api/units/no-features.txt b/api/units/no-features.txt index 86c9be563..197e438eb 100644 --- a/api/units/no-features.txt +++ b/api/units/no-features.txt @@ -823,9 +823,9 @@ pub fn bitcoin_units::amount::error::MissingDigitsError::fmt(&self, f: &mut core pub fn bitcoin_units::amount::error::OutOfRangeError::clone(&self) -> bitcoin_units::amount::error::OutOfRangeError pub fn bitcoin_units::amount::error::OutOfRangeError::eq(&self, other: &bitcoin_units::amount::error::OutOfRangeError) -> bool pub fn bitcoin_units::amount::error::OutOfRangeError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result -pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(&self) -> bool -pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(&self) -> (i64, u64) +pub fn bitcoin_units::amount::error::OutOfRangeError::is_above_max(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::is_below_min(self) -> bool +pub fn bitcoin_units::amount::error::OutOfRangeError::valid_range(self) -> (i64, u64) pub fn bitcoin_units::amount::error::ParseAmountError::clone(&self) -> bitcoin_units::amount::error::ParseAmountError pub fn bitcoin_units::amount::error::ParseAmountError::eq(&self, other: &bitcoin_units::amount::error::ParseAmountError) -> bool pub fn bitcoin_units::amount::error::ParseAmountError::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result