瀏覽代碼

Make clippy ignore dumb lint

Jonathan Kelley 1 年之前
父節點
當前提交
3b3020edd2
共有 1 個文件被更改,包括 2 次插入0 次删除
  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::*;