mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-22 04:44:31 +00:00
master: deny unsafe code
This commit is contained in:
parent
4ebe222478
commit
b2bfd7f76d
@ -1,6 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
// SPDX-FileCopyrightText: 2023 Denis Drakhnia <numas13@gmail.com>
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
mod cli;
|
||||
mod config;
|
||||
mod logger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user