aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r--components/plugins/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs
index 7534b6e5f37..b949d516b52 100644
--- a/components/plugins/lib.rs
+++ b/components/plugins/lib.rs
@@ -15,6 +15,8 @@
#![feature(plugin_registrar, quote, plugin, box_syntax, rustc_private, slice_patterns)]
+#![deny(unsafe_code)]
+
#[cfg(feature = "clippy")]
extern crate clippy;
#[macro_use]