Skip to content

Commit

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

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

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

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

mod common;
Expand Down

0 comments on commit 75b9851

Please sign in to comment.