Skip to content

Commit

Permalink
Upgrade a comment to a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored Aug 17, 2017
1 parent dd39ecf commit 7f5f922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustc/lint/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ pub enum FindLintError {

pub enum CheckLintNameResult<'a> {
Ok(&'a [LintId]),
// Lint doesn't exist
/// Lint doesn't exist
NoLint,
// The lint is either renamed or removed. This is the warning
// message.
/// The lint is either renamed or removed. This is the warning
/// message.
Warning(String),
}

Expand Down

0 comments on commit 7f5f922

Please sign in to comment.