feat(interface-types) Forbids unsafe code.

This commit is contained in:
Ivan Enderlin
2020-02-13 14:36:17 +01:00
parent 836c848c61
commit 2b94c65141

View File

@ -41,6 +41,7 @@
unused_unsafe,
unused_variables
)]
#![forbid(unsafe_code)]
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
#![doc(html_logo_url = "https://github.com/wasmerio.png")]