mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Disabled unsafe using lint level.
This commit is contained in:
parent
d0f10115f4
commit
a41cf1a83d
@ -1,3 +1,5 @@
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use client::{Client, Event};
|
||||
use common::{clock::Clock, comp};
|
||||
use log::{error, info};
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(label_break_value, duration_float, euclidean_division)]
|
||||
|
||||
pub mod error;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![type_length_limit = "1664759"]
|
||||
#![feature(
|
||||
euclidean_division,
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use common::clock::Clock;
|
||||
use heaptrack::track_mem;
|
||||
use log::info;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(drain_filter, bind_by_move_pattern_guards)]
|
||||
|
||||
pub mod auth_provider;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(duration_float, drain_filter)]
|
||||
#![recursion_limit = "2048"]
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(euclidean_division, bind_by_move_pattern_guards, option_flattening)]
|
||||
|
||||
mod all;
|
||||
|
Loading…
Reference in New Issue
Block a user