about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorOliver Schneider <oli-obk@users.noreply.github.com>2017-08-17 16:21:55 +0200
committerGitHub <noreply@github.com>2017-08-17 16:21:55 +0200
commit9346fe9d6e6a3b9868cd82b459066f383f6c1beb (patch)
treec6095b78cbf7d64e0c92a64848f20fc8c5cf84ef /src
parent7f5f92218a799027909c2ec29c08b45bdc783526 (diff)
Upgrade a comment to a doc comment
Diffstat (limited to 'src')
-rw-r--r--src/librustc/lint/context.rs2
1 files changed, 1 insertions, 1 deletions
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,