mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
Implement clippy suggestions
This commit is contained in:
@@ -34,11 +34,11 @@ impl RXingResultPoint {
|
||||
|
||||
impl ResultPoint for RXingResultPoint {
|
||||
fn getX(&self) -> f32 {
|
||||
return self.x;
|
||||
self.x
|
||||
}
|
||||
|
||||
fn getY(&self) -> f32 {
|
||||
return self.y;
|
||||
self.y
|
||||
}
|
||||
|
||||
fn into_rxing_result_point(self) -> RXingResultPoint {
|
||||
|
||||
Reference in New Issue
Block a user