Skip to content

Commit

Permalink
Merge pull request rust-lang#241 from GuillaumeGomez/master
Browse files Browse the repository at this point in the history
fix doc warnings
  • Loading branch information
sfackler authored Nov 10, 2017
2 parents b8d931b + e7247ba commit 3f6538e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ impl<'a> RecordBuilder<'a> {
/// - `module_path`: `""`
/// - `file`: `""`
/// - `line`: `0`
///
/// [`format_args!("")`]: https://doc.rust-lang.org/std/macro.format_args.html
/// [`Metadata::builder().build()`]: struct.MetadataBuilder.html#method.build
#[inline]
Expand Down Expand Up @@ -1090,6 +1091,7 @@ where
}

/// The type returned by [`set_logger`] if [`set_logger`] has already been called.
///
/// [`set_logger`]: fn.set_logger.html
#[allow(missing_copy_implementations)]
#[derive(Debug)]
Expand All @@ -1110,6 +1112,7 @@ impl error::Error for SetLoggerError {
}

/// The type returned by [`from_str`] when the string doesn't match any of the log levels.
///
/// [`from_str`]: https://doc.rust-lang.org/std/str/trait.FromStr.html#tymethod.from_str
#[allow(missing_copy_implementations)]
#[derive(Debug, PartialEq)]
Expand Down

0 comments on commit 3f6538e

Please sign in to comment.