Skip to content

Commit

Permalink
Fix build on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Sep 15, 2021
1 parent ed30029 commit 077a566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
#![forbid(missing_debug_implementations)]

#![cfg_attr(feature = "nightly",
feature(const_generics, const_evaluatable_checked))]
feature(generic_const_exprs))]

#[macro_use] mod macros;
#[macro_use] mod moments;
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(feature = "nightly",
feature(const_generics, const_evaluatable_checked))]
feature(generic_const_exprs))]

#![allow(clippy::float_cmp)]

Expand Down

0 comments on commit 077a566

Please sign in to comment.