Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jan 10, 2024
1 parent 83371a5 commit 68a3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustcoalescence/algorithms/cuda/gpu-kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn simulate<
ReportSpeciation: Boolean,
ReportDispersal: Boolean,
>(
#[warn(clippy::type_complexity)] // FIXME: already specified on top
#[allow(clippy::type_complexity)] // FIXME: already specified on top
simulation: &'a rust_cuda::kernel::param::PtxJit<
rust_cuda::kernel::param::DeepPerThreadBorrow<
necsim_core::simulation::Simulation<M, H, G, S, X, D, C, T, N, E, I, A>,
Expand Down

0 comments on commit 68a3046

Please sign in to comment.