We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f2157 commit 5ec3a42Copy full SHA for 5ec3a42
tests/soa_attr.rs
@@ -87,9 +87,9 @@ fn serde_skip_test() -> Result<(), serde_json::Error> {
87
let _ = ref_mut.meta;
88
89
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
+ let _ = ptr_mut.x;
+ let _ = ptr_mut.y; // Should have a deprecate warning
+ let _ = ptr_mut.meta;
93
}
94
Ok(())
95
0 commit comments