libcore: #[allow] some unused macros
This commit is contained in:
parent
d14d194f61
commit
ba0601d4b6
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue