mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -132,7 +132,7 @@ impl RXingResult {
|
||||
|
||||
/** Currently necessary because the external OneDReader proc macro uses it. */
|
||||
pub fn getRXingResultPoints(&self) -> &Vec<Point> {
|
||||
&&self.resultPoints
|
||||
&self.resultPoints
|
||||
}
|
||||
|
||||
/** Currently necessary because the external OneDReader proc macro uses it. */
|
||||
|
||||
Reference in New Issue
Block a user