cv-rs
cv-rs copied to clipboard
Fix clippy lints
trafficstars
I would like to go through and just slash through all the Clippy lints. Some things are breaking changes. Is this fine? For instance, an example of a breaking change would be DescriptorMatcher::add which takes a &Vec<&Mat> when it should take a &[&Mat] or IntoIterator<Item=&Mat>.
Clippy lints are addressed in #117.