From 06b8fa6f16f170473a1d53541cd438ac3306965c Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 26 Oct 2024 16:40:15 +0200 Subject: [PATCH] fix: lint --- src/qr_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qr_parser.rs b/src/qr_parser.rs index 6285505..10c01ce 100644 --- a/src/qr_parser.rs +++ b/src/qr_parser.rs @@ -175,7 +175,7 @@ mod tests { "#}; - let qr_code_data = get_qr_code_data(&MY_CONST.to_string())?; + let qr_code_data = get_qr_code_data(&MY_CONST)?; let expected = QRData::new( "CH6431961000004421557".to_string(),