Skip to content

Commit 9ef8e29

Browse files
committed
api: Run just check-api
1 parent 3542803 commit 9ef8e29

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

api/io/all-features.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ pub bitcoin_io::ErrorKind::TimedOut
164164
pub bitcoin_io::ErrorKind::UnexpectedEof
165165
pub bitcoin_io::ErrorKind::WouldBlock
166166
pub bitcoin_io::ErrorKind::WriteZero
167+
pub const fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
168+
pub const fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
169+
pub const fn bitcoin_io::Cursor<T>::position(&self) -> u64
167170
pub const fn bitcoin_io::FromStd<T>::new(inner: T) -> Self
168171
pub const fn bitcoin_io::ToStd<T>::new(inner: T) -> Self
169172
pub const fn bitcoin_io::from_std<T>(std_io: T) -> bitcoin_io::FromStd<T>
@@ -232,11 +235,8 @@ pub fn bitcoin_io::Cursor<T>::eq(&self, other: &bitcoin_io::Cursor<T>) -> bool
232235
pub fn bitcoin_io::Cursor<T>::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
233236
pub fn bitcoin_io::Cursor<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
234237
pub fn bitcoin_io::Cursor<T>::get_mut(&mut self) -> &mut T
235-
pub fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
236238
pub fn bitcoin_io::Cursor<T>::inner(&self) -> &T
237239
pub fn bitcoin_io::Cursor<T>::into_inner(self) -> T
238-
pub fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
239-
pub fn bitcoin_io::Cursor<T>::position(&self) -> u64
240240
pub fn bitcoin_io::Cursor<T>::read(&mut self, buf: &mut [u8]) -> bitcoin_io::Result<usize>
241241
pub fn bitcoin_io::Cursor<T>::set_position(&mut self, position: u64)
242242
pub fn bitcoin_io::Error::cause(&self) -> core::option::Option<&dyn core::error::Error>

api/io/alloc-only.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ pub bitcoin_io::ErrorKind::TimedOut
8383
pub bitcoin_io::ErrorKind::UnexpectedEof
8484
pub bitcoin_io::ErrorKind::WouldBlock
8585
pub bitcoin_io::ErrorKind::WriteZero
86+
pub const fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
87+
pub const fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
88+
pub const fn bitcoin_io::Cursor<T>::position(&self) -> u64
8689
pub enum bitcoin_io::ErrorKind
8790
pub fn &[u8]::consume(&mut self, amount: usize)
8891
pub fn &[u8]::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
@@ -107,11 +110,8 @@ pub fn bitcoin_io::Cursor<T>::eq(&self, other: &bitcoin_io::Cursor<T>) -> bool
107110
pub fn bitcoin_io::Cursor<T>::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
108111
pub fn bitcoin_io::Cursor<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
109112
pub fn bitcoin_io::Cursor<T>::get_mut(&mut self) -> &mut T
110-
pub fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
111113
pub fn bitcoin_io::Cursor<T>::inner(&self) -> &T
112114
pub fn bitcoin_io::Cursor<T>::into_inner(self) -> T
113-
pub fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
114-
pub fn bitcoin_io::Cursor<T>::position(&self) -> u64
115115
pub fn bitcoin_io::Cursor<T>::read(&mut self, buf: &mut [u8]) -> bitcoin_io::Result<usize>
116116
pub fn bitcoin_io::Cursor<T>::set_position(&mut self, position: u64)
117117
pub fn bitcoin_io::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result

api/io/no-features.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ pub bitcoin_io::ErrorKind::TimedOut
8181
pub bitcoin_io::ErrorKind::UnexpectedEof
8282
pub bitcoin_io::ErrorKind::WouldBlock
8383
pub bitcoin_io::ErrorKind::WriteZero
84+
pub const fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
85+
pub const fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
86+
pub const fn bitcoin_io::Cursor<T>::position(&self) -> u64
8487
pub enum bitcoin_io::ErrorKind
8588
pub fn &[u8]::consume(&mut self, amount: usize)
8689
pub fn &[u8]::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
@@ -103,11 +106,8 @@ pub fn bitcoin_io::Cursor<T>::eq(&self, other: &bitcoin_io::Cursor<T>) -> bool
103106
pub fn bitcoin_io::Cursor<T>::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
104107
pub fn bitcoin_io::Cursor<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
105108
pub fn bitcoin_io::Cursor<T>::get_mut(&mut self) -> &mut T
106-
pub fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
107109
pub fn bitcoin_io::Cursor<T>::inner(&self) -> &T
108110
pub fn bitcoin_io::Cursor<T>::into_inner(self) -> T
109-
pub fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
110-
pub fn bitcoin_io::Cursor<T>::position(&self) -> u64
111111
pub fn bitcoin_io::Cursor<T>::read(&mut self, buf: &mut [u8]) -> bitcoin_io::Result<usize>
112112
pub fn bitcoin_io::Cursor<T>::set_position(&mut self, position: u64)
113113
pub fn bitcoin_io::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result

0 commit comments

Comments
 (0)