From 4d0a8c78c27e118202190634746275c360244de2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 11 Dec 2021 00:21:42 -0800 Subject: [PATCH] Raise clippy lints up to 1.31 compatibility --- .clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clippy.toml b/.clippy.toml index 8e17d80..3d30690 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.0.0" +msrv = "1.31.0"