summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-09-27 08:13:58 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-11-11 13:05:55 +0100
commit9fca66aa89d12a11dc8758d40dd09e340826c7d1 (patch)
tree57ba9834c5eb6dcd6f9cf19c876084c6e3d47041 /lib/entry/libimagentryview/src/lib.rs
parent4e516ee19d682e77fa72a93cf15e3b8832346fbb (diff)
Forbid unsafe code in all crates
Diffstat (limited to 'lib/entry/libimagentryview/src/lib.rs')
-rw-r--r--lib/entry/libimagentryview/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/entry/libimagentryview/src/lib.rs b/lib/entry/libimagentryview/src/lib.rs
index 19d40baa..2617f1c8 100644
--- a/lib/entry/libimagentryview/src/lib.rs
+++ b/lib/entry/libimagentryview/src/lib.rs
@@ -17,6 +17,8 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//
+#![forbid(unsafe_code)]
+
#![recursion_limit="256"]
#![deny(