Skip to content

Commit 77befc9

Browse files
committed
fixup! add skip_if test
1 parent 1c9f671 commit 77befc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_debug_derive/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fn test_conditional_skip() {
170170
let mut debug_builder = fmt.debug_struct("Point");
171171
debug_builder.field("x", __binding_0);
172172

173-
if (Option::is_none(__binding_1)) {
173+
if (!Option::is_none(__binding_1)) {
174174
debug_builder.field("y", __binding_1);
175175
}
176176

0 commit comments

Comments
 (0)