Skip to content

Commit

Permalink
logger: Fix doctest compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Aug 23, 2019
1 parent 36ff26e commit b41da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/logger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ extern crate slog_scope;

mod logger;

pub use logger::*;
pub use self::logger::*;

0 comments on commit b41da14

Please sign in to comment.