Skip to content

Commit 46ce0d8

Browse files
committed
fix: remove incorrect cfg gate on start_now
1 parent 62f78d7 commit 46ce0d8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/yew/src/scheduler.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@ mod feat_hydration {
211211
pub(crate) use feat_hydration::*;
212212

213213
/// Execute any pending [Runnable]s
214-
#[cfg(any(
215-
not(target_arch = "wasm32"),
216-
target_os = "wasi",
217-
feature = "not_browser_env",
218-
test
219-
))]
220214
pub(crate) fn start_now() {
221215
#[tracing::instrument(level = tracing::Level::DEBUG)]
222216
fn scheduler_loop() {

0 commit comments

Comments
 (0)