1
0
Fork 0
forked from wry/wry

build: upgrade to rust 1.65

This commit is contained in:
Julian Orth 2022-11-03 19:23:55 +01:00
parent 335677bbcd
commit 729e47a756
2 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
#![feature(generic_associated_types, label_break_value)]
#![allow(
clippy::mem_replace_with_default,
clippy::comparison_chain,

View file

@ -1,8 +1,6 @@
#![feature(
c_variadic, // https://github.com/rust-lang/rust/issues/44930
thread_local, // https://github.com/rust-lang/rust/issues/29594
label_break_value, // https://github.com/rust-lang/rust/issues/48594
generic_associated_types, // https://github.com/rust-lang/rust/issues/44265
extern_types, // https://github.com/rust-lang/rust/issues/43467
)]
#![allow(