Skip to content

Commit 1739d79

Browse files
committed
license-scan: fix clippy warnings
1 parent bd5f357 commit 1739d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

license-scan/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ where
308308
{
309309
struct Visitor;
310310

311-
impl<'de> serde::de::Visitor<'de> for Visitor {
311+
impl serde::de::Visitor<'_> for Visitor {
312312
type Value = Expression;
313313

314314
fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {

0 commit comments

Comments
 (0)