mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-03-04 21:09:45 +00: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 a new issue