From 25f0be5e8f54c25f85888f06ef94bbeae3e24102 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 29 Dec 2020 16:23:19 -0800 Subject: [PATCH] Inform clippy of supported compiler version in clippy.toml --- .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 0000000..3d30690 --- /dev/null +++ b/.clippy.toml @@ -0,0 +1 @@ +msrv = "1.31.0"