oxc/crates/oxc_data_structures
overlookmotel f1fc8db2fb refactor(data_structures): add read method to NonNull shim (#7022)
Emulate [`NonNull::read`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read) method in `NonNull` shim. This is more ergonomic, and will be ideal usage once our MSRV reaches 1.80.0 and we can remove the shim.
2024-10-30 13:00:22 +00:00
..
src refactor(data_structures): add read method to NonNull shim (#7022) 2024-10-30 13:00:22 +00:00
Cargo.toml release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
CHANGELOG.md release(crates): v0.32.0 (#6691) 2024-10-19 23:09:35 +08:00