api: Run just check-api

This commit is contained in:
Tobin C. Harding 2024-12-17 18:05:19 +11:00
parent 9619f68956
commit 2513e05501
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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