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/castore/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tvix/castore') diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 2797ef08f27b..1b317be73924 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -116,3 +116,6 @@ tonic-reflection = ["dep:tonic-reflection"] # Requires the following packages in $PATH: # cbtemulator, google-cloud-bigtable-tool integration = [] + +[lints] +workspace = true -- cgit 1.4.1