This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Description
Related issue - #1260.
Sometimes recent nightlies ship with internal changes that prevent the current clippy_lints dependency to build.
It'd be good to mention that in the contributing docs that
- one can often build with
--no-default-features (disabling the clippy feature)
- A great help would be to see if the clippy dependency has been updated in the Rust tree (
clippy submodule at https://github.com/rust-lang/rust/tree/master/src/tools) and if so, submit a PR here updating the clippy_lints dependency to the git revision pulled from the Rust tree, unblocking the development with clippy.