oxc/crates/oxc_data_structures
overlookmotel cc57541281 refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220)
Tiny optimization. Make sure compiler knows that `NonEmptyStack::len` can never return 0.
2024-10-01 14:58:36 +00:00
..
src refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220) 2024-10-01 14:58:36 +00:00
Cargo.toml