Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
logger: Fix doctest compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Aug 22, 2019
1 parent f4abc7c commit 2914e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/prisma-rs/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 2914e8a

Please sign in to comment.