allow unused macros
This commit is contained in:
parent
6fa29be7c0
commit
8d16921579
|
@ -1,3 +1,5 @@
|
||||||
|
// not all are used in all features configurations
|
||||||
|
#![allow(unused)]
|
||||||
|
|
||||||
/// Forward a method to an inherent method or a base trait method.
|
/// Forward a method to an inherent method or a base trait method.
|
||||||
macro_rules! forward {
|
macro_rules! forward {
|
||||||
|
|
Loading…
Reference in New Issue