Skip to content

Commit e95d59d

Browse files
authored
Fix shadowing in downstairs (#1063)
1 parent bdcc633 commit e95d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downstairs/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use region::Region;
4545
pub use admin::run_dropshot;
4646
pub use dump::dump_region;
4747
pub use dynamometer::*;
48-
pub use stats::*;
48+
pub use stats::{DsCountStat, DsStatOuter};
4949

5050
fn deadline_secs(secs: u64) -> Instant {
5151
Instant::now()

0 commit comments

Comments
 (0)