remove useless lifetime for Circle

This commit is contained in:
Henry Schimke
2023-01-27 15:26:23 -06:00
parent 465485d1f4
commit 6bed5a0baa

View File

@@ -36,7 +36,7 @@ struct Circle<'a> {
image: &'a BitMatrix,
}
impl<'a> Circle<'_> {
impl Circle<'_> {
pub fn calculate_circle_variance(&self) -> f32 {
let total_width_even = self
.horizontal_buckets