Skip to content

Commit d4fcb5b

Browse files
committed
remove stray public export
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 0bb6036 commit d4fcb5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lading_throttle/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ use tokio::time::{self, Duration, Instant};
4040
pub mod linear;
4141
pub mod stable;
4242

43-
// Re-export MAX_ROLLED_INTERVALS for use in proofs
44-
pub use stable::MAX_ROLLED_INTERVALS;
45-
4643
// An 'interval' is the period in which all counters reset. The throttle makes
4744
// no claims on units, but consider if a user intends to produce 1Mb/s the
4845
// 'interval' is one second and each tick corresponds to one microsecond. Each

0 commit comments

Comments
 (0)