From 518cfdaa669b76668d0579364bde42ff5228c02d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 26 Apr 2021 09:12:24 +0000 Subject: [PATCH] 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 --- tools/lint/clippy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/lint/clippy.yml b/tools/lint/clippy.yml index 2460b43ec8a0..14f716199a0e 100644 --- a/tools/lint/clippy.yml +++ b/tools/lint/clippy.yml @@ -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