Преглед изворни кода

Make clippy ignore dumb lint

Jonathan Kelley пре 2 година
родитељ
комит
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::*;