We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f73cfd commit ffb27a3Copy full SHA for ffb27a3
webserver/src/dto/transaction.rs
@@ -73,7 +73,7 @@ where
73
.map(|p| p.trim())
74
.map(|p| {
75
TransactionKind::deserialize(StrDeserializer::<D::Error>::new(
76
- &p,
+ p,
77
))
78
})
79
.collect::<Result<Vec<_>, _>>()?,
0 commit comments