Update clippy issue reference

This commit is contained in:
Jonas Platte 2022-06-21 18:03:46 +02:00
parent f5c734a7b5
commit 195091c051
No known key found for this signature in database
GPG key ID: AAA7A61F696C3E0C
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#![recursion_limit = "1024"]
#![warn(missing_docs)]
// https://github.com/rust-lang/rust-clippy/issues/8875
// https://github.com/rust-lang/rust-clippy/issues/9029
#![allow(clippy::derive_partial_eq_without_eq)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

View file

@ -5,7 +5,7 @@
//! See the documentation for the individual macros for usage details.
#![warn(missing_docs)]
// https://github.com/rust-lang/rust-clippy/issues/8875
// https://github.com/rust-lang/rust-clippy/issues/9029
#![allow(clippy::derive_partial_eq_without_eq)]
use identifiers::expand_id_zst;

View file

@ -4,7 +4,7 @@
//! `.cargo/config`. Run commands as `cargo xtask [command]`.
#![allow(clippy::exhaustive_structs)]
// https://github.com/rust-lang/rust-clippy/issues/8875
// https://github.com/rust-lang/rust-clippy/issues/9029
#![allow(clippy::derive_partial_eq_without_eq)]
use std::path::PathBuf;