diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:11:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:11:26 +0000 |
commit | fcea19dfd2c426bac0456da850e7c12258e4b9eb (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /tools/lint | |
parent | Adding upstream version 115.7.0esr. (diff) | |
download | firefox-esr-fcea19dfd2c426bac0456da850e7c12258e4b9eb.tar.xz firefox-esr-fcea19dfd2c426bac0456da850e7c12258e4b9eb.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/lint')
-rw-r--r-- | tools/lint/clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint/clippy.yml b/tools/lint/clippy.yml index f735295d40..8eb8b60da9 100644 --- a/tools/lint/clippy.yml +++ b/tools/lint/clippy.yml @@ -101,7 +101,7 @@ clippy: # the version of cargo-clippy is: # clippy 0.1.65 (2019147 2022-09-19) # we use the date instead to facilitate the check - # replacing - by . because Python StrictVersion expects this + # replacing - by . because Python packaging.version.Version expects this min_clippy_version: 2022.09.19 type: external payload: clippy:lint |