Skip to content

Commit 007964c

Browse files
committed
Ignore using destructuring assignment to wildcard pattern
1 parent 54fffde commit 007964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/impl-serialize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl Serialize for i32 {
6262
# }
6363
# }
6464
#
65-
# let _ = serializer;
65+
# _ = serializer;
6666
# unimplemented!()
6767
}
6868
}

0 commit comments

Comments
 (0)