From e83c6725dce0dbb1d0423c48c11c14c37a74a6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Tue, 19 Nov 2024 22:40:26 +0100 Subject: [PATCH] Tweak Cargo config comment placement --- .cargo/config.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 516338ce..6265152b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,5 @@ -# May need to remove these if targeting AArch64 from an AArch64 Linux box - [target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'] -runner = "qemu-aarch64" +runner = "qemu-aarch64" # May need to remove this if targeting AArch64 from an AArch64 Linux box [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc"