mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 16:35:41 +01:00
Explicitly deny unsafe code
This commit is contained in:
parent
d53603e211
commit
2673e5b475
@ -4,6 +4,7 @@
|
||||
//! framework, and opens necessary HTTP servers/frontends.
|
||||
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[cfg(windows)]
|
||||
extern crate nfd;
|
||||
|
Loading…
Reference in New Issue
Block a user