Skip to content
Prev Previous commit
Next Next commit
Make clippy happy
  • Loading branch information
ascjones committed Oct 2, 2020
commit d8c09cc37f22844f1455f025ca5317539c5bb8cc
1 change: 1 addition & 0 deletions src/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ impl TypeDefArray {
}
}

#[allow(clippy::len_without_is_empty)]
impl<T> TypeDefArray<T>
where
T: Form,
Expand Down