annotate rust/clippy.toml @ 51770:3be39e36732a

manifest: clear `_lazydirs` in place in `_loadalllazy` This avoid resetting the type of the dictionary in pytype eyes. This is consistent with the way the dictionary is cleared bits by bits in `_loadalllazy` Having more accurate code will help pytype. We do it in advance to help bisecting and avoid drowning them in the future type annotation noise.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 05 Aug 2024 10:11:51 +0200
parents 541292a02e09
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
51706
541292a02e09 rust: change minimum supported version everywhere applicable
Raphaël Gomès <rgomes@octobus.net>
parents: 50423
diff changeset
1 msrv = "1.79.0"