Skip to content

Commit

Permalink
Merge pull request #35 from MarijnS95/patch-1
Browse files Browse the repository at this point in the history
Remove broken `#[allow]` on `include!()` from #34
  • Loading branch information
Twinklebear authored Sep 2, 2024
2 parents ad506c1 + 76ea88f commit 57b3419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pub use crate::task::ISPCTaskFn;
#[macro_export]
macro_rules! ispc_module {
($lib:ident) => {
#[allow(clippy::all)]
include!(concat!(env!("ISPC_OUT_DIR"), "/", stringify!($lib), ".rs"));
};
}
Expand Down

0 comments on commit 57b3419

Please sign in to comment.