Skip to content

Commit

Permalink
Import Rc.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 19, 2022
1 parent 9eee1da commit d6bb90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/tests/use_prepared_state.rs
Expand Up @@ -2,6 +2,7 @@
#![cfg(feature = "hydration")]
#![cfg_attr(feature = "nightly", feature(async_closure))]

use std::rc::Rc;
use std::time::Duration;

mod common;
Expand Down
1 change: 1 addition & 0 deletions packages/yew/tests/use_transitive_state.rs
@@ -1,6 +1,7 @@
#![cfg(feature = "hydration")]
#![cfg(target_arch = "wasm32")]

use std::rc::Rc;
use std::time::Duration;

mod common;
Expand Down

0 comments on commit d6bb90d

Please sign in to comment.