mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Add #![allow(unused_unsafe)] to Rust glue header
This commit is contained in:
parent
64cea0e7ff
commit
cd01e7fe76
2 changed files with 2 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue