소스 검색

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.
 macro_rules! forward {