Skip to content

Commit

Permalink
chore: Remove warnings in --release
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 2, 2025
1 parent fdb2727 commit df90599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/freya/src/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ fn with_accessibility(app: AppComponent) -> VirtualDom {
use dioxus::prelude::Props;
use dioxus_core::fc_to_builder;
use dioxus_core_macro::rsx;
#[cfg(debug_assertions)]
use dioxus_signals::{
GlobalSignal,
Readable,
Expand Down
1 change: 1 addition & 0 deletions crates/testing/src/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use dioxus_core_macro::{
rsx,
Props,
};
#[cfg(debug_assertions)]
use dioxus_signals::{
GlobalSignal,
Readable,
Expand Down

0 comments on commit df90599

Please sign in to comment.