Parcourir la source

allow unused macros

Josh Stone il y a 7 ans
Parent
commit
8d16921579
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/macros.rs

+ 2 - 0
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 {