From c91e60ec26e9827a480cc60404c3d5f2c9a27086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Westlin?= Date: Mon, 11 Mar 2024 18:28:10 +0100 Subject: [PATCH] Fix clippy issue --- proto-gen/src/gen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-gen/src/gen.rs b/proto-gen/src/gen.rs index f1f94dd..f9893d4 100644 --- a/proto-gen/src/gen.rs +++ b/proto-gen/src/gen.rs @@ -265,7 +265,7 @@ impl Module { } #[inline] - fn proper_file_name<'a>(&self) -> &str { + fn proper_file_name(&self) -> &str { if self.name.starts_with("r#") { &self.name[2..] } else {