diff --git a/src/meson.build b/src/meson.build index 9d4cce9..f6e69ef 100644 --- a/src/meson.build +++ b/src/meson.build @@ -53,8 +53,8 @@ test( test( 'cargo-clippy', cargo, - env: ['RUSTFLAGS=-Dwarnings'], - args: ['clippy', '--all-targets', '--all-features'], + env: [], + args: ['clippy', '--all-targets', '--all-features', '--', '-Dwarnings'], timeout: 0, )