rust/clippy.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 21 Feb 2024 02:12:58 +0100
branchstable
changeset 51392 e0fc40b95f05
parent 50423 b88e9c707c95
child 51706 541292a02e09
permissions -rw-r--r--
debugformat: fix formatting for compression level `bytes(<int>)` gives a very different result as `str(<int>)` and the display of `hg debugformat` have been broken for a while as a result.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50423
b88e9c707c95 rust: configure MSRV in Clippy
Georges Racinet <georges.racinet@octobus.net>
parents:
diff changeset
     1
msrv = "1.61.0"