Skip to content

Commit 72ea622

Browse files
smoeliuscamsteffen
andcommitted
Update clippy_lints/src/format_args.rs
Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com>
1 parent 1009bf0 commit 72ea622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/format_args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ fn check_format_in_format_args(cx: &LateContext<'_>, call_site: Span, name: Symb
111111

112112
fn check_to_string_in_format_args<'tcx>(
113113
cx: &LateContext<'tcx>,
114-
_call_site: Span,
115114
name: Symbol,
116115
arg: &FormatArgsArg<'_, 'tcx>,
117116
) {

0 commit comments

Comments
 (0)