Browse Source

Make clippy ignore dumb lint

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
3b3020edd2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/core-macro/tests/ifmt.rs

+ 2 - 0
packages/core-macro/tests/ifmt.rs

@@ -1,3 +1,5 @@
+#![allow(clippy::all)]
+
 use std::borrow::Borrow;
 
 use dioxus_core_macro::*;