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:
@@ -94,7 +94,7 @@ impl ECIStringBuilder {
|
||||
* @param value int to append as a string
|
||||
*/
|
||||
pub fn append(&mut self, value: i32) {
|
||||
self.append_string(&format!("{}", value));
|
||||
self.append_string(&format!("{value}"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user