mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-11 05:51:32 +00:00
feat(interface-types) Forbids unsafe code.
This commit is contained in:
@ -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")]
|
||||
|
||||
|
Reference in New Issue
Block a user