Remove outdated comment in clippy.toml.

Hagrid has switched to 1.89 and the comment does not make any sense
anymore.
This commit is contained in:
Zeke Fast
2025-09-04 21:31:32 +02:00
committed by Vincent Breitmoser
parent 0fe99ba962
commit 93aa79e979

View File

@@ -1,5 +1,3 @@
# Disabled until we use at least Rust 1.49.0, which is the first
# version that supports the msrv field.
msrv = "1.89"
too-many-arguments-threshold = 10