in Cargo.toml, missing "i_key_sort/allow_multithreading" ```toml allow_multithreading = ["dep:rayon"] ``` should be ```toml allow_multithreading = ["dep:rayon", "i_key_sort/allow_multithreading"] ```