chore: Do a little clippy pass

This commit is contained in:
Clément Renault
2019-05-22 11:00:58 +02:00
parent 34ba520f44
commit 102fb506db
7 changed files with 15 additions and 24 deletions

View File

@@ -22,7 +22,6 @@ pub use self::{
pub trait Criterion: Send + Sync {
fn evaluate(&self, lhs: &RawDocument, rhs: &RawDocument) -> Ordering;
#[inline]
fn name(&self) -> &'static str;
#[inline]