瀏覽代碼

allow unused macros

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.
 /// Forward a method to an inherent method or a base trait method.
 macro_rules! forward {
 macro_rules! forward {