]> git.lizzy.rs Git - rust.git/commit
tests: ignore check_that_clippy_has_the_same_major_version_as_rustc() inside the...
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 5 Feb 2021 23:56:54 +0000 (00:56 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Fri, 5 Feb 2021 23:56:54 +0000 (00:56 +0100)
commit93daf27a4006f4d06f8b1653c23783ec52e93a75
tree42dc8fbdbc2082e84170991dc62769fca8b9aa6f
parenta507c27660d05f37307369d30bee9e82ce3a11e1
tests: ignore check_that_clippy_has_the_same_major_version_as_rustc() inside the rustc repo.

Do not check if clippy version matches rustc version when runnning tests inside the rustc repo.
This makes sure that upstream rustc maintainers do not have to deal with our test failing/mismatching versions
when the rustc version bump is happening.
cc #6683
tests/versioncheck.rs