Skip to content

Commit

Permalink
Merge pull request #40 from k0pernicus/master
Browse files Browse the repository at this point in the history
Update lib.rs
  • Loading branch information
a8m authored Dec 11, 2016
2 parents 4c14967 + 4255055 commit 6db80d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ mod tty;
mod pb;
mod multi;
pub use pb::{ProgressBar, Units};
pub use multi::MultiBar;
pub use multi::{MultiBar, Pipe};
use std::io::{Write, Stdout, stdout};

pub struct PbIter<T, I>
Expand Down

0 comments on commit 6db80d5

Please sign in to comment.