Skip to content

Commit

Permalink
chore: fix clippy lints from Rust 1.86.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Feb 22, 2025
1 parent ab9619a commit b2e32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bounded-static-derive/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(super) fn check_field(field: &Field) {
)
}
}
};
}
}

/// The generic parameters of the `Static` associated type for `TargetTrait`.
Expand Down

0 comments on commit b2e32db

Please sign in to comment.