From 96d932c8305bb6502529918ac6d94b0264458358 Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Thu, 2 Mar 2023 19:38:45 +0100 Subject: [PATCH] Add clippy.toml Explicitly sets the project MSRV so that clippy won't give warnings for feature added after our MSRV --- clippy.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000..3f726dbd --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +msrv="1.57.0"