Skip to content

Commit d075294

Browse files
authored
fix typo 1
1 parent d00b7b2 commit d075294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ mod alloc_only {
221221
ctx.randomize(&mut rand::rng());
222222
}
223223

224-
#[allow(clippy::let_and_return)] // as for unusted_mut
224+
#[allow(clippy::let_and_return)] // as for unused_mut
225225
ctx
226226
}
227227
}

0 commit comments

Comments
 (0)