mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
remove useless lifetime for Circle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user