diff --git a/crates/glue/src/glue.rs b/crates/glue/src/glue.rs index bcfffd041e..46a6c83286 100644 --- a/crates/glue/src/glue.rs +++ b/crates/glue/src/glue.rs @@ -1,5 +1,6 @@ // ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command +#![allow(unused_unsafe)] #![allow(dead_code)] #![allow(unused_mut)] #![allow(non_snake_case)] diff --git a/crates/glue/templates/header.rs b/crates/glue/templates/header.rs index b4935b9097..fa93e33ad6 100644 --- a/crates/glue/templates/header.rs +++ b/crates/glue/templates/header.rs @@ -1,5 +1,6 @@ // ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command +#![allow(unused_unsafe)] #![allow(dead_code)] #![allow(unused_mut)] #![allow(non_snake_case)]