Fix Subscription re-export after moving it into its own module

This commit is contained in:
Max Brunsfeld 2021-12-06 17:40:17 -08:00
parent 102926d171
commit 39cc0cac93
2 changed files with 1 additions and 2 deletions

View file

@ -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};