This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
lenn
/
dioxus-mirror
şunun yansıması
https://github.com/DioxusLabs/dioxus.git
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
Make clippy ignore dumb lint
Jonathan Kelley
2 yıl önce
ebeveyn
2d8841cf70
işleme
3b3020edd2
1 değiştirilmiş dosya
ile
2 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
2
0
packages/core-macro/tests/ifmt.rs
+ 2
- 0
packages/core-macro/tests/ifmt.rs
Dosyayı Görüntüle
@@ -1,3 +1,5 @@
+#![allow(clippy::all)]
+
use std::borrow::Borrow;
use dioxus_core_macro::*;