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:
@ -1,3 +1,4 @@
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(drain_filter, bind_by_move_pattern_guards)]
|
||||
|
||||
pub mod auth_provider;
|
||||
|
Reference in New Issue
Block a user