Skip to content

Commit 3211251

Browse files
committed
Clippy
1 parent e749838 commit 3211251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java_runtime/src/classes/java/util/random.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Random {
3434
Ok(())
3535
}
3636

37-
async fn init_with_seed(jvm: &Jvm, _: &mut RuntimeContext, mut this: ClassInstanceRef<Self>, seed: i64) -> Result<()> {
37+
async fn init_with_seed(jvm: &Jvm, _: &mut RuntimeContext, this: ClassInstanceRef<Self>, seed: i64) -> Result<()> {
3838
tracing::debug!("java.util.Random::<init>({:?}, {:?})", &this, seed);
3939

4040
let _: () = jvm.invoke_special(&this, "java/lang/Object", "<init>", "()V", ()).await?;

0 commit comments

Comments
 (0)