Skip to content

Commit

Permalink
config.rs: docs: Add intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Mar 27, 2022
1 parent 98b0ed6 commit d49c3fd
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 d49c3fd

Please sign in to comment.