Josh Stone преди 7 години
родител
ревизия
8d16921579
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 {