Skip to content

Commit

Permalink
[ereporter] fix doc comment link
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Oct 17, 2024
1 parent ce615a0 commit 8ea3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ereporter/src/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct ReporterRegistry(pub(crate) Arc<RegistryInner>);
/// Either configuration for building a logger, or an actual logger already
/// instantiated.
///
/// This can be used to start a [`Server`] with a new logger or a child of a
/// This can be used to start a [`ReporterRegistry`] with a new logger or a child of a
/// parent logger if desired.
#[derive(Debug, Clone)]
pub enum LogConfig {
Expand Down

0 comments on commit 8ea3c96

Please sign in to comment.