We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c6d9d commit 187f77cCopy full SHA for 187f77c
clippy_lints/src/format_args.rs
@@ -12,7 +12,7 @@ use rustc_span::{BytePos, ExpnKind, Span, Symbol};
12
13
declare_clippy_lint! {
14
/// ### What it does
15
- /// Warns on `format!` within the arguments of another macro that does
+ /// Detects `format!` within the arguments of another macro that does
16
/// formatting such as `format!` itself, `write!` or `println!`. Suggests
17
/// inlining the `format!` call.
18
///
0 commit comments