From ec954d2ce33de2fc59544cb9824b34c28d72dace Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 06:30:57 -0400 Subject: add various crate metadata --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index cf21031..e3ee46a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,10 +89,15 @@ //! } //! ``` +// XXX this is broken with ale +// #![warn(clippy::cargo)] #![warn(clippy::pedantic)] #![warn(clippy::nursery)] +#![allow(clippy::multiple_crate_versions)] #![allow(clippy::type_complexity)] +const _DUMMY_DEPENDENCY: &str = include_str!("../Cargo.toml"); + /// Return type of a component of a future or stream, indicating whether a /// value is ready, or if not, what actions were taken. #[derive(Copy, Clone, Debug, PartialEq, Eq)] -- cgit v1.2.3-54-g00ecf