rust/clippy.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 May 2023 08:56:40 +0200
changeset 50506 9fdc28e21b68
parent 50457 b88e9c707c95
permissions -rw-r--r--
store: introduce a EntryFile object to actually access file info For now a StoreEntry match a single file, but the goal is to eventually combine multiple file in a higher level Entry, so we need to introduce this distinction and use it first.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50457
b88e9c707c95 rust: configure MSRV in Clippy
Georges Racinet <georges.racinet@octobus.net>
parents:
diff changeset
     1
msrv = "1.61.0"