Skip to content

Commit

Permalink
Use alloc instead of std
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jul 27, 2023
1 parent 1453d41 commit 55f7f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/rpc_api/runtime_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
limitations under the License.
*/
use crate::{ac_primitives::Config, rpc::Subscribe, rpc_api::EventSubscriptionFor};
use alloc::sync::Arc;
use core::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;

pub struct RuntimeUpdateDetector<T, Client>
where
Expand Down

0 comments on commit 55f7f5d

Please sign in to comment.