cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-03-01 10:50:52 -06:00
parent 42efbb397d
commit f450c6e0f7
4 changed files with 6 additions and 10 deletions

View File

@@ -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. */