CI's stable toolchain is clippy 1.96, which flags unnecessary_sort_by that local 1.94 did not. hits.sort_by(|a,b| b.date_added.cmp(&a.date_added)) -> sort_by_key with Reverse.
CI's stable toolchain is clippy 1.96, which flags unnecessary_sort_by that local 1.94 did not. hits.sort_by(|a,b| b.date_added.cmp(&a.date_added)) -> sort_by_key with Reverse.