From 2c2a48b66569ad9461c9adea9bd11cd21944cba7 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 19 Jul 2022 21:41:15 +0200 Subject: [PATCH] Remove msrv from .clippy.toml Clippy now respects the rust-version field in Cargo manifests: https://github.com/rust-lang/rust-clippy/pull/8774 --- .clippy.toml | 1 - crates/ruma-state-res/.clippy.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index eae384e9..6ef60342 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1,4 +1,3 @@ -msrv = "1.60" avoid-breaking-exported-api = false disallowed-methods = [ # https://github.com/serde-rs/json/issues/160 diff --git a/crates/ruma-state-res/.clippy.toml b/crates/ruma-state-res/.clippy.toml index aee60a71..7fdcdaa2 100644 --- a/crates/ruma-state-res/.clippy.toml +++ b/crates/ruma-state-res/.clippy.toml @@ -1,4 +1,3 @@ -msrv = "1.60" avoid-breaking-exported-api = false disallowed-methods = [ # https://github.com/serde-rs/json/issues/160