Skip to content

Commit

Permalink
Make 'Log' more intuitive to reach
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 10, 2020
1 parent 4b396f5 commit 8cf7452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/progress/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pub mod key;
mod utils;

#[cfg(feature = "progress-log")]
pub mod log;
mod log;
#[cfg(feature = "progress-log")]
pub use self::log::Log;

#[doc(inline)]
pub use key::Key;
Expand Down

0 comments on commit 8cf7452

Please sign in to comment.