We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcc633 commit e95d59dCopy full SHA for e95d59d
downstairs/src/lib.rs
@@ -45,7 +45,7 @@ use region::Region;
45
pub use admin::run_dropshot;
46
pub use dump::dump_region;
47
pub use dynamometer::*;
48
-pub use stats::*;
+pub use stats::{DsCountStat, DsStatOuter};
49
50
fn deadline_secs(secs: u64) -> Instant {
51
Instant::now()
0 commit comments