Jonathan Kelley 1 an în urmă
părinte
comite
68253b49d7

+ 2 - 3
packages/core/src/lib.rs

@@ -72,9 +72,8 @@ pub(crate) mod innerlude {
 pub use crate::innerlude::{
     fc_to_builder, AnyValue, Attribute, AttributeValue, BorrowedAttributeValue, CapturedError,
     Component, DynamicNode, Element, ElementId, Event, Fragment, IntoDynNode, LazyNodes, Mutation,
-    Mutations, Properties, RenderReturn, Scope, ScopeId, ScopeState, Scoped,
-    TaskId, Template, TemplateAttribute, TemplateNode, VComponent, VNode, VPlaceholder, VText,
-    VirtualDom,
+    Mutations, Properties, RenderReturn, Scope, ScopeId, ScopeState, Scoped, TaskId, Template,
+    TemplateAttribute, TemplateNode, VComponent, VNode, VPlaceholder, VText, VirtualDom,
 };
 
 /// The purpose of this module is to alleviate imports of many common types

+ 0 - 2
packages/core/tests/safety.rs

@@ -1,7 +1,5 @@
 //! Tests related to safety of the library.
 
-
-
 use dioxus::prelude::*;
 
 /// Ensure no issues with not calling rebuild

+ 0 - 4
packages/core/tests/suspense.rs

@@ -1,9 +1,5 @@
-
 use dioxus::prelude::*;
 
-
-
-
 #[tokio::test]
 async fn it_works() {
     // wait just a moment, not enough time for the boundary to resolve