mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
8f5dc85f37
`tempfile` has deprecated `TempDir::into_path()` (replacing it by `TempDir::keep()`) between version `3.3` which Clippy required and version `3.20.0` which is the latest semver-compatible version. Since Clippy doesn't use a `Cargo.lock` file, the latest version of `tempfile` is used which leads to CI failure.