cv-rs icon indicating copy to clipboard operation
cv-rs copied to clipboard

Fix clippy lints

Open vadixidav opened this issue 6 years ago • 1 comments
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>.

vadixidav avatar Mar 05 '19 02:03 vadixidav

Clippy lints are addressed in #117.

vadixidav avatar Apr 06 '19 01:04 vadixidav