coverage: Simplify grouping of mappings by file
This removes an ad-hoc implementation of `group_by`.
This commit is contained in:
parent
1f56fa9657
commit
6e968b1e45
2 changed files with 25 additions and 24 deletions
|
@ -10,6 +10,7 @@
|
|||
#![feature(iter_intersperse)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(never_type)]
|
||||
#![feature(slice_group_by)]
|
||||
#![feature(impl_trait_in_assoc_type)]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue