Skip to content

Commit

Permalink
Merge pull request #100 from rusty-snake/patch-1
Browse files Browse the repository at this point in the history
config.rs: docs: Add intra-doc links
  • Loading branch information
Drakulix authored Mar 27, 2022
2 parents 98b0ed6 + d49c3fd commit 81c6293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub enum ThreadLogMode {
/// Pass this struct to your logger to change when these information shall
/// be logged.
///
/// Construct using `Default` or using `ConfigBuilder`
/// Construct using [`Default`](Config::default) or using [`ConfigBuilder`]
#[derive(Debug, Clone)]
pub struct Config {
pub(crate) time: LevelFilter,
Expand Down

0 comments on commit 81c6293

Please sign in to comment.