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 7f5f922 commit 9346fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl LintStore {
}
}

// Checks the validity of lint names derived from the command line
/// Checks the validity of lint names derived from the command line
pub fn check_lint_name_cmdline(&self,
sess: &Session,
lint_name: &str,
Expand Down

0 comments on commit 9346fe9

Please sign in to comment.