Skip to content

Commit b3a6680

Browse files
smoeliuscamsteffen
andauthored
Update clippy_lints/src/format_args.rs
Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com>
1 parent d54fc50 commit b3a6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/format_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use rustc_span::{BytePos, ExpnKind, Span, Symbol};
1212

1313
declare_clippy_lint! {
1414
/// ### What it does
15-
/// Warns on `format!` within the arguments of another macro that does
15+
/// Detects `format!` within the arguments of another macro that does
1616
/// formatting such as `format!` itself, `write!` or `println!`. Suggests
1717
/// inlining the `format!` call.
1818
///

0 commit comments

Comments
 (0)