diff options
Diffstat (limited to 'src/purgatory/sync/mod.rs')
| -rw-r--r-- | src/purgatory/sync/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/sync/mod.rs b/src/purgatory/sync/mod.rs index 3c0d875..b29f10e 100644 --- a/src/purgatory/sync/mod.rs +++ b/src/purgatory/sync/mod.rs | |||
| @@ -10,4 +10,4 @@ mod queue; | |||
| 10 | mod throttle; | 10 | mod throttle; |
| 11 | 11 | ||
| 12 | pub use queue::SyncQueueEntry; | 12 | pub use queue::SyncQueueEntry; |
| 13 | pub use throttle::DomainThrottle; | 13 | pub use throttle::{DomainThrottle, ThrottleManager}; |