Skip to content

Commit 9346fe9

Browse files
authored
Upgrade a comment to a doc comment
1 parent 7f5f922 commit 9346fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lint/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl LintStore {
253253
}
254254
}
255255

256-
// Checks the validity of lint names derived from the command line
256+
/// Checks the validity of lint names derived from the command line
257257
pub fn check_lint_name_cmdline(&self,
258258
sess: &Session,
259259
lint_name: &str,

0 commit comments

Comments
 (0)