summaryrefslogtreecommitdiffstats
path: root/src/vobject/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vobject/lib.rs')
-rw-r--r--src/vobject/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index 04ce8e3..01cb2fd 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -1,5 +1,10 @@
// DOCS
+#![cfg_attr(feature = "clippy", allow(unstable_features))]
+#![cfg_attr(feature = "clippy", feature(plugin))]
+#![cfg_attr(feature = "clippy", plugin(clippy))]
+#![cfg_attr(feature = "clippy", deny(warnings))]
+
use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::borrow::ToOwned;