Remove references to non-existant clippy.toml.

This commit is contained in:
Nick Lewycky
2020-07-10 14:49:37 -07:00
parent dda5044fe0
commit 635f8a4284
10 changed files with 1 additions and 11 deletions

View File

@@ -9,7 +9,6 @@
#![warn(unused_import_braces)]
#![cfg_attr(feature = "std", deny(unstable_features))]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "clippy", plugin(clippy(conf_file = "../../clippy.toml")))]
#![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
#![cfg_attr(
feature = "cargo-clippy",