Function harper_core::remove_overlaps

source ยท
pub fn remove_overlaps(lints: &mut Vec<Lint>)
Expand description

A utility function that removes overlapping lints in a vector, keeping the more important ones.

Note: this function will change the ordering of the lints.