mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
warning cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ impl SimpleToken {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn appendTo(&self, bit_array: &mut BitArray, text: &[u8]) {
|
||||
pub fn appendTo(&self, bit_array: &mut BitArray, _text: &[u8]) {
|
||||
bit_array
|
||||
.appendBits(self.value as u32, self.bit_count as usize)
|
||||
.expect("append should never fail");
|
||||
|
||||
Reference in New Issue
Block a user