clippy --fix

This commit is contained in:
Henry Schimke
2023-01-05 11:00:46 -06:00
parent 20764559ae
commit 453fc41f3f
5 changed files with 6 additions and 6 deletions

View File

@@ -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() {