Update clippy issue reference
This commit is contained in:
parent
f5c734a7b5
commit
195091c051
3 changed files with 3 additions and 3 deletions
|
@ -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))]
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue