mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
clippy --fix
This commit is contained in:
@@ -44,7 +44,7 @@ use crate::{
|
||||
|
||||
use super::Code128Writer;
|
||||
|
||||
static WRITER: Lazy<Code128Writer> = Lazy::new(|| Code128Writer::default());
|
||||
static WRITER: Lazy<Code128Writer> = Lazy::new(Code128Writer::default);
|
||||
|
||||
#[test]
|
||||
fn testEncodeWithFunc3() {
|
||||
|
||||
Reference in New Issue
Block a user