Skip to content

Commit ffb27a3

Browse files
committed
clippy
1 parent 8f73cfd commit ffb27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/src/dto/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ where
7373
.map(|p| p.trim())
7474
.map(|p| {
7575
TransactionKind::deserialize(StrDeserializer::<D::Error>::new(
76-
&p,
76+
p,
7777
))
7878
})
7979
.collect::<Result<Vec<_>, _>>()?,

0 commit comments

Comments
 (0)