Skip to content

Commit

Permalink
Remove #![feature(const_generics)] and `#![allow(incomplete_feature…
Browse files Browse the repository at this point in the history
…s)]`
  • Loading branch information
hyd-dev committed Jan 17, 2021
1 parent 7e3af26 commit 9949d9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#![warn(rust_2018_idioms)]
#![allow(clippy::cast_lossless)]

#![allow(incomplete_features)]
#![feature(const_generics)]

extern crate rustc_attr;
extern crate rustc_apfloat;
extern crate rustc_ast;
Expand Down

0 comments on commit 9949d9e

Please sign in to comment.