build: upgrade to rust 1.65
This commit is contained in:
parent
335677bbcd
commit
729e47a756
2 changed files with 0 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
#![feature(generic_associated_types, label_break_value)]
|
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::mem_replace_with_default,
|
clippy::mem_replace_with_default,
|
||||||
clippy::comparison_chain,
|
clippy::comparison_chain,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
#![feature(
|
#![feature(
|
||||||
c_variadic, // https://github.com/rust-lang/rust/issues/44930
|
c_variadic, // https://github.com/rust-lang/rust/issues/44930
|
||||||
thread_local, // https://github.com/rust-lang/rust/issues/29594
|
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
|
extern_types, // https://github.com/rust-lang/rust/issues/43467
|
||||||
)]
|
)]
|
||||||
#![allow(
|
#![allow(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue