Skip to content

Commit f38ea06

Browse files
committed
Add a brief doc comment
1 parent 2522d9c commit f38ea06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_lint/src/issue_145739.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use crate::lints::Issue145738Diag;
88
use crate::{LateContext, LateLintPass, LintContext};
99

1010
declare_lint! {
11+
/// A crater only lint that checks for multiple parameters capturing a single const/const ctor
12+
/// inside a single `format_args!` macro expansion.
1113
pub ISSUE_145739,
1214
Deny,
1315
"a violation for issue 145739 is caught",

0 commit comments

Comments
 (0)