Update clippy lint name in jemalloc-ctl
This commit is contained in:
parent
12ead2d2bc
commit
8cb8db4e24
|
@ -72,7 +72,7 @@
|
||||||
//! ```
|
//! ```
|
||||||
#![deny(missing_docs, intra_doc_link_resolution_failure)]
|
#![deny(missing_docs, intra_doc_link_resolution_failure)]
|
||||||
#![cfg_attr(not(feature = "use_std"), no_std)]
|
#![cfg_attr(not(feature = "use_std"), no_std)]
|
||||||
#![cfg_attr(feature = "cargo-clippy", allow(clippy::stutter))]
|
#![cfg_attr(feature = "cargo-clippy", allow(clippy::module_name_repetitions))]
|
||||||
|
|
||||||
extern crate jemalloc_sys;
|
extern crate jemalloc_sys;
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
Loading…
Reference in New Issue