mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 22:23:58 +00:00
Fixed typo in documentation of impl_extend macro.
This commit is contained in:
parent
cd0e7718c4
commit
ff6137807b
@ -128,7 +128,7 @@ impl_sign_extend! { i16 => i32, i64, i128 }
|
||||
impl_sign_extend! { i32 => i64, i128 }
|
||||
impl_sign_extend! { i64 => i128 }
|
||||
|
||||
/// Macro to help implement [`ZeroExtend`]
|
||||
/// Macro to help implement [`Extend`]
|
||||
macro_rules! impl_extend {
|
||||
($T:ty => $( $U:ty ),+ $(,)? => $method:ident) => {
|
||||
$(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user