Update clippy issue reference
This commit is contained in:
parent
f5c734a7b5
commit
195091c051
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#![recursion_limit = "1024"]
|
#![recursion_limit = "1024"]
|
||||||
#![warn(missing_docs)]
|
#![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)]
|
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
//! See the documentation for the individual macros for usage details.
|
//! See the documentation for the individual macros for usage details.
|
||||||
|
|
||||||
#![warn(missing_docs)]
|
#![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)]
|
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
|
||||||
use identifiers::expand_id_zst;
|
use identifiers::expand_id_zst;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//! `.cargo/config`. Run commands as `cargo xtask [command]`.
|
//! `.cargo/config`. Run commands as `cargo xtask [command]`.
|
||||||
|
|
||||||
#![allow(clippy::exhaustive_structs)]
|
#![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)]
|
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||||
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user