From 9bad158f919a9361537b02a0b7c0ba90b3b7cd57 Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 14 Nov 2024 07:48:08 +0100 Subject: [PATCH] meson format --- meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meson.build b/meson.build index dda816e..e451eb3 100644 --- a/meson.build +++ b/meson.build @@ -62,10 +62,6 @@ custom_target( console: true, # means nothing (always stale and uncopied), we can't cp since env: drops the /bin/sh wrapper output: meson.project_name(), - command: [ - cargo, - 'build', - rust_args, - ], + command: [cargo, 'build', rust_args], env: cargo_env, )