mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| capacity.rs | ||
| common.rs | ||
| mod.rs | ||
| non_empty.rs | ||
| non_null.rs | ||
| sparse.rs | ||
| standard.rs | ||