Skip to content

Commit 3ac6d4e

Browse files
authored
chore: fix clippy lifetime warning (#318)
1 parent 3a722e8 commit 3ac6d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ pub struct Builder<'a, 'b> {
228228
keep: bool,
229229
}
230230

231-
impl<'a, 'b> Default for Builder<'a, 'b> {
231+
impl Default for Builder<'_, '_> {
232232
fn default() -> Self {
233233
Builder {
234234
random_len: crate::NUM_RAND_CHARS,

0 commit comments

Comments
 (0)