Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
  • Loading branch information
yoshuawuyts committed Jun 9, 2019
1 parent 44e0962 commit d9d8bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::backtrace::async_log_capture_caller;
use log::{LevelFilter, Log, Metadata, Record};

/// Wrap an async logger, extending it with async functionality.
/// A Logger that wraps other loggers to extend it with async functionality.
#[derive(Debug)]
pub struct Logger<L: Log + 'static, F>
where
Expand Down

0 comments on commit d9d8bed

Please # to comment.