Forráskód Böngészése

remove an unused import

Evan Almloff 1 éve
szülő
commit
502c80b0ad
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      packages/core/tests/fuzzing.rs

+ 1 - 1
packages/core/tests/fuzzing.rs

@@ -2,7 +2,7 @@
 
 use dioxus::prelude::Props;
 use dioxus_core::{MountedAttribute, *};
-use std::{cell::Cell, cfg, collections::HashSet};
+use std::{cfg, collections::HashSet};
 
 fn random_ns() -> Option<&'static str> {
     let namespace = rand::random::<u8>() % 2;