summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-20 17:26:57 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-20 18:00:21 +0300
commiteff8edd82629a4e6151d4bcb104a7695c6975e8d (patch)
tree56db50cb0eeca12919b1025c07f8095824debc5c
parent22071cfb1324ef87e2ad2ee8c38c3b5e1a1375d4 (diff)
comment out msrv field in clippy.toml
We rely on Rust toolchain 1.48.0, which has a clippy that does not understand the msrv field.
-rw-r--r--clippy.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index 11d46a73..1567d2b9 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1 +1,3 @@
-msrv = "1.48.0"
+# Disabled until we use at least Rust 1.49.0, which is the first
+# version that supports the msrv field.
+#msrv = "1.48.0"