Skip to content

Commit

Permalink
Make LeakyBucket type private
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 2, 2022
1 parent c0186a9 commit e6ef26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw_target.rs
Expand Up @@ -402,7 +402,7 @@ impl MultiProgressState {
}

#[derive(Debug)]
pub(crate) struct LeakyBucket {
struct LeakyBucket {
leak_rate: f64,
last_update: Instant,
bucket: f64,
Expand Down

0 comments on commit e6ef26d

Please sign in to comment.