mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
Implement clippy suggestions
This commit is contained in:
@@ -65,3 +65,9 @@ impl BitSourceBuilder {
|
||||
&self.output
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for BitSourceBuilder {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user