diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 14:44:47 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-04 18:06:21 +0100 |
| commit | b3c7168e673eaeff30fca3553e0070fe9e9d86e2 (patch) | |
| tree | 8aed6d0abd12fe7300ebd5073807957b88ef10c8 /test/Cargo.toml | |
| parent | 1f981f6bf965390a2f6c6c642f5cab89e097fc45 (diff) | |
| download | mullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.tar.xz mullvadvpn-b3c7168e673eaeff30fca3553e0070fe9e9d86e2.zip | |
Add workspace level linting to test workspace
Diffstat (limited to 'test/Cargo.toml')
| -rw-r--r-- | test/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index 6eac149434..3f8e2d056e 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -6,6 +6,12 @@ members = [ "test-rpc", ] +[workspace.lints.rust] +rust_2018_idioms = "deny" + +[workspace.lints.clippy] +unused_async = "deny" + [patch.crates-io] serialport = { git = "https://github.com/mullvad/serialport-rs", rev = "1401c9d39e4a89685e3506a7160869b2c8e9ceb0" } |
