Skip to content

Commit

Permalink
#![allow(long_running_const_eval)] in cpu-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Jan 10, 2024
1 parent 687d4d3 commit 97324d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustcoalescence/algorithms/cuda/cpu-kernel/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![deny(clippy::pedantic)]
#![feature(c_str_literals)]
#![feature(min_specialization)]
#![allow(long_running_const_eval)]
#![recursion_limit = "1024"]

use necsim_core::{
Expand Down

0 comments on commit 97324d4

Please sign in to comment.