Skip to content

Commit 9949d9e

Browse files
author
hyd-dev
committed
Remove #![feature(const_generics)] and #![allow(incomplete_features)]
1 parent 7e3af26 commit 9949d9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
#![warn(rust_2018_idioms)]
99
#![allow(clippy::cast_lossless)]
1010

11-
#![allow(incomplete_features)]
12-
#![feature(const_generics)]
13-
1411
extern crate rustc_attr;
1512
extern crate rustc_apfloat;
1613
extern crate rustc_ast;

0 commit comments

Comments
 (0)