From 8d16921579a4e09cfb42c41e23cfa965dd00823d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 27 Feb 2018 17:08:35 -0800 Subject: [PATCH] allow unused macros --- src/macros.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/macros.rs b/src/macros.rs index a5f816e..4330cdf 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -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. macro_rules! forward {