libcore: #[allow] some unused macros
This commit is contained in:
parent
d14d194f61
commit
ba0601d4b6
@ -12,6 +12,7 @@ use super::Wrapping;
|
||||
|
||||
use ops::*;
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! sh_impl_signed {
|
||||
($t:ident, $f:ident) => (
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
@ -763,6 +763,7 @@ macro_rules! neg_impl_numeric {
|
||||
($($t:ty)*) => { neg_impl_core!{ x => -x, $($t)*} }
|
||||
}
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! neg_impl_unsigned {
|
||||
($($t:ty)*) => {
|
||||
neg_impl_core!{ x => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user