Skip to content

Commit 5ec3a42

Browse files
committed
fix: comment in soa_attr test
1 parent 63f2157 commit 5ec3a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/soa_attr.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ fn serde_skip_test() -> Result<(), serde_json::Error> {
8787
let _ = ref_mut.meta;
8888

8989
let ptr_mut = ref_mut.as_ptr();
90-
let _ = ptr_mut.x; // Should not have a deprecate warning
91-
let _ = ptr_mut.y; // Should not have a deprecate warning
92-
let _ = ptr_mut.meta; // Should have a deprecate warning
90+
let _ = ptr_mut.x;
91+
let _ = ptr_mut.y; // Should have a deprecate warning
92+
let _ = ptr_mut.meta;
9393
}
9494
Ok(())
9595
}

0 commit comments

Comments
 (0)