Explorar el Código

allow unused macros

Josh Stone hace 7 años
padre
commit
8d16921579
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 {