summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"