oxc/crates/oxc_data_structures/src/stack
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
..
capacity.rs
common.rs refactor(data_structures): remove NonNull shim (#8423) 2025-01-11 01:18:53 +00:00
mod.rs refactor(data_structures): remove NonNull shim (#8423) 2025-01-11 01:18:53 +00:00
non_empty.rs refactor(data_structures): remove NonNull shim (#8423) 2025-01-11 01:18:53 +00:00
sparse.rs docs(data_structures): improve docs for stack types (#8356) 2025-01-08 20:49:28 +00:00
standard.rs refactor(data_structures): remove NonNull shim (#8423) 2025-01-11 01:18:53 +00:00