From afcbc1d86d272527aa338f1fa8c998f54a39401a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 13 May 2024 18:42:50 +0200 Subject: chore(tvix/clippy): configure clippy allow block_in_conditions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … in Cargo.toml. This gets an imperative `cargo clippy` run to pick up that config, so `-A clippy::blocks_in_conditions` doesn't need to be explicitly specified anymore. Change-Id: I32b6cc50c77c22cba0d816d0db508c2f94b2c383 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11659 Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tvix/store/Cargo.toml') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index b362a87ffb1d..26bd249b12f5 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -79,3 +79,6 @@ virtiofs = ["tvix-castore/virtiofs"] # Requires the following packages in $PATH: # cbtemulator, google-cloud-bigtable-tool integration = [] + +[lints] +workspace = true -- cgit 1.4.1