oxc/crates/oxc_data_structures/src
overlookmotel 9c1844a8a7 refactor(data_structures): remove NonNull shim (#8423)
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.
2025-01-11 01:18:53 +00:00
..
stack refactor(data_structures): remove NonNull shim (#8423) 2025-01-11 01:18:53 +00:00
lib.rs style(data_structures): line breaks (#7766) 2024-12-10 11:00:12 +00:00
rope.rs feat(data_structures): add rope (#7764) 2024-12-10 10:30:04 +00:00