Skip to content

Commit

Permalink
chore: fix clippy lifetime warning (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Jan 5, 2025
1 parent 3a722e8 commit 3ac6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pub struct Builder<'a, 'b> {
keep: bool,
}

impl<'a, 'b> Default for Builder<'a, 'b> {
impl Default for Builder<'_, '_> {
fn default() -> Self {
Builder {
random_len: crate::NUM_RAND_CHARS,
Expand Down

0 comments on commit 3ac6d4e

Please sign in to comment.