Explorar o código

allow unused macros

Josh Stone %!s(int64=7) %!d(string=hai) anos
pai
achega
8d16921579
Modificáronse 1 ficheiros con 2 adicións e 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 {