Fix a bunch more Clippy lints, but disable in Circle

The unused error is causing more trouble than it's worth at this
point
This commit is contained in:
Griffin Smith 2019-08-03 13:14:28 -04:00
parent 929dac06d0
commit 82cefedab9
18 changed files with 72 additions and 76 deletions

View file

@ -427,6 +427,7 @@ impl<A> Neighbors<Vec<A>> {
#[cfg(test)]
mod tests {
#![allow(clippy::unnecessary_operation)]
use super::*;
use proptest::prelude::*;