Fix Subscription re-export after moving it into its own module
This commit is contained in:
parent
102926d171
commit
39cc0cac93
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ use std::{
|
|||
sync::Arc,
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
use subscription::{Subscription, Topic};
|
||||
pub use subscription::*;
|
||||
pub use sum_tree::Bias;
|
||||
use sum_tree::{FilterCursor, SumTree};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue