mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed now stable feature
This commit is contained in:
parent
12bdefd146
commit
35b9040a6f
@ -2,7 +2,6 @@
|
|||||||
#![type_length_limit = "1664759"]
|
#![type_length_limit = "1664759"]
|
||||||
#![feature(
|
#![feature(
|
||||||
trait_alias,
|
trait_alias,
|
||||||
bind_by_move_pattern_guards,
|
|
||||||
option_flattening, // Converts Option<Option<Item>> into Option<Item> TODO: Remove this once this feature becomes stable
|
option_flattening, // Converts Option<Option<Item>> into Option<Item> TODO: Remove this once this feature becomes stable
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![deny(unsafe_code)]
|
#![deny(unsafe_code)]
|
||||||
#![feature(drain_filter, bind_by_move_pattern_guards)]
|
#![feature(drain_filter)]
|
||||||
|
|
||||||
pub mod auth_provider;
|
pub mod auth_provider;
|
||||||
pub mod client;
|
pub mod client;
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
#![deny(unsafe_code)]
|
#![deny(unsafe_code)]
|
||||||
#![allow(incomplete_features)]
|
#![allow(incomplete_features)]
|
||||||
#![feature(
|
#![feature(const_generics, option_flattening, label_break_value)]
|
||||||
const_generics,
|
|
||||||
bind_by_move_pattern_guards,
|
|
||||||
option_flattening,
|
|
||||||
label_break_value
|
|
||||||
)]
|
|
||||||
|
|
||||||
mod all;
|
mod all;
|
||||||
mod block;
|
mod block;
|
||||||
|
Loading…
Reference in New Issue
Block a user