Update clippy lint name in jemalloc-ctl

This commit is contained in:
gnzlbg 2019-03-20 11:30:28 +01:00 committed by gnzlbg
parent 12ead2d2bc
commit 8cb8db4e24
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
//! ```
#![deny(missing_docs, intra_doc_link_resolution_failure)]
#![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 libc;