mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
Implement clippy suggestions
This commit is contained in:
@@ -32,11 +32,11 @@ impl Dimension {
|
||||
}
|
||||
|
||||
pub fn getWidth(&self) -> usize {
|
||||
return self.0;
|
||||
self.0
|
||||
}
|
||||
|
||||
pub fn getHeight(&self) -> usize {
|
||||
return self.1;
|
||||
self.1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user