Bug 1702922 - mozlint/clippy: Set the minimal version of clippy to 2021.03.23 r=linter-reviewers,marco DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D113285
This commit is contained in:
Sylvestre Ledru 2021-04-26 09:12:24 +00:00
Родитель d6a5213918
Коммит 518cfdaa66
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -102,10 +102,10 @@ clippy:
- rs
support-files:
- 'tools/lint/clippy/**'
# the version of clippy is:
# clippy 0.0.212 (d4092ac 2020-05-11)
# but 0.0.212 isn't updated. we use the date instead
# the version of cargo-clippy is:
# clippy 0.1.51 (2fd73fa 2021-03-23)
# we use the date instead to facilitate the check
# replacing - by . because Python StrictVersion expects this
min_clippy_version: 2020.05.11
min_clippy_version: 2021.03.23
type: external
payload: clippy:lint