Skip to content

Commit a3bd14a

Browse files
committed
feat: re-export prodash::progress::(Task|Value) directly under progress
This is in addition to the `progress` re-export which allows everything but yields less optimal import paths.
1 parent 1ecfb7f commit a3bd14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-features/src/progress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::io;
44
pub use prodash;
55
pub use prodash::{
66
messages::MessageLevel,
7-
progress::{Discard, DoOrDiscard, Either, Id, Step, StepShared, ThroughputOnDrop, UNKNOWN},
7+
progress::{Discard, DoOrDiscard, Either, Id, Step, StepShared, Task, ThroughputOnDrop, Value, UNKNOWN},
88
unit, Progress, Unit,
99
};
1010

0 commit comments

Comments
 (0)