Skip to content

Commit a314686

Browse files
committed
remove debug log
1 parent a35db5c commit a314686

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/rest_when_destructuring_struct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ impl<'tcx> LateLintPass<'tcx> for RestWhenDestructuringStruct {
9292
pat.span,
9393
"struct destructuring with rest (..)",
9494
|diag| {
95-
// println!("{:?}", pat);
9695
diag.span_suggestion_verbose(
9796
dotdot,
9897
"consider explicitly ignoring remaining fields with wildcard patterns (x: _)",

0 commit comments

Comments
 (0)