Skip to content

Commit

Permalink
apk: Fix Rust 1.66 clippy::needless_borrow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 27, 2023
1 parent 0f47f04 commit 29837bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-apk/src/apk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl<'a> ApkBuilder<'a> {

let target_dir = self.build_dir.join(artifact);
self.ndk.ndk_gdb(
&target_dir,
target_dir,
"android.app.NativeActivity",
self.device_serial.as_deref(),
)?;
Expand Down

0 comments on commit 29837bf

Please sign in to comment.