rust/clippy.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 May 2023 08:58:01 +0200
changeset 50477 4cbdfab6f812
parent 50423 b88e9c707c95
child 51706 541292a02e09
permissions -rw-r--r--
store: lazily get file size on demand for the fncache case We don't have the information in the first place, so we can avoid querying the file system inconditionnaly for use case we don't needs it. This change requires the StoreFile class to be passed a vfs to retrieve the file_size if needed. In the non-fncache case, we already have the information from file system walking, so we keep it and use it.
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"