Skip to content

Commit

Permalink
now!
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Aug 1, 2023
1 parent 7300ea1 commit 6c0d9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dx/subscribe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ pub use types::{
};
pub mod types;

use crate::{dx::pubnub_client::PubNubClientInstance, lib::alloc::sync::Arc};
use crate::dx::pubnub_client::PubNubClientInstance;

#[cfg(feature = "std")]
use crate::{
core::{PubNubError, Transport},
lib::alloc::{borrow::ToOwned, boxed::Box, string::String, vec::Vec},
lib::alloc::{borrow::ToOwned, boxed::Box, string::String, sync::Arc, vec::Vec},
subscribe::result::SubscribeResult,
};

Expand Down

0 comments on commit 6c0d9e3

Please sign in to comment.