Running this sort implementation through https://github.com/Voultapher/sort-research-rs I noticed that it fails the test: `basic` Minimal reproducer: ```rust fn main() { let mut v = [()]; introsort::sort(&mut v); }
Running this sort implementation through https://github.com/Voultapher/sort-research-rs
I noticed that it fails the test:
basicMinimal reproducer: