mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-26 01:05:38 +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.
|
//! framework, and opens necessary HTTP servers/frontends.
|
||||||
|
|
||||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||||
|
#![deny(unsafe_code)]
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
extern crate nfd;
|
extern crate nfd;
|
||||||
|
Loading…
Reference in New Issue
Block a user