Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Feb 26, 2025
1 parent 92c5944 commit 77ce580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/bin/fap-lld/fastrel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct FastRel<'data> {
name: &'data str,
}

impl<'data> FastRel<'data> {
impl FastRel<'_> {
fn gnu_sym_hash(&self) -> u32 {
self.name
.as_bytes()
Expand Down

0 comments on commit 77ce580

Please sign in to comment.