mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
The `NonNull` shim in `oxc_data_structures` was just to emulate native APIs which only became stable in Rust 1.80.0. #8407 bumped our MSRV to 1.80.0, so now we can remove the shim and use `std::ptr::NonNull` directly. |
||
|---|---|---|
| .. | ||
| capacity.rs | ||
| common.rs | ||
| mod.rs | ||
| non_empty.rs | ||
| sparse.rs | ||
| standard.rs | ||