Skip to content

Commit 1cebbca

Browse files
authored
update rust toolchain to 1.66.0-nightly (#4)
remove stabilized feature gate min_const_generics remove stabilized feature gate arbitrary_enum_discriminant
1 parent ff8f939 commit 1cebbca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-11-13
1+
nightly-2022-10-27

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*!
22
Documentation and (de-)serialization support for LU's network protocol.
33
*/
4-
#![feature(arbitrary_enum_discriminant)]
5-
#![feature(min_const_generics)]
64
#![feature(specialization)]
75
#![allow(incomplete_features)]
86

0 commit comments

Comments
 (0)