Disabled unsafe using lint level.

This commit is contained in:
Acrimon
2019-08-19 14:39:23 +02:00
parent d0f10115f4
commit a41cf1a83d
7 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![deny(unsafe_code)]
#![feature(drain_filter, bind_by_move_pattern_guards)]
pub mod auth_provider;