Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bwestlin committed Mar 11, 2024
1 parent d384ab6 commit c91e60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-gen/src/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c91e60e

Please sign in to comment.