diff --git a/src/librustc/lint/context.rs b/src/librustc/lint/context.rs index 4351907f4ee..62798d6f664 100644 --- a/src/librustc/lint/context.rs +++ b/src/librustc/lint/context.rs @@ -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,