diff options
Diffstat (limited to 'rust/clippy.toml')
| -rw-r--r-- | rust/clippy.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/clippy.toml b/rust/clippy.toml index 5d190f91de..58a62c0e63 100644 --- a/rust/clippy.toml +++ b/rust/clippy.toml @@ -1,2 +1,3 @@ doc-valid-idents = ["PrimeCell", ".."] -msrv = "1.63.0" +allow-mixed-uninlined-format-args = false +msrv = "1.77.0" |