Add #![allow(unused_unsafe)] to Rust glue header

This commit is contained in:
Richard Feldman 2022-08-18 11:52:27 -04:00
parent 64cea0e7ff
commit cd01e7fe76
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
// ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command // ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command
#![allow(unused_unsafe)]
#![allow(dead_code)] #![allow(dead_code)]
#![allow(unused_mut)] #![allow(unused_mut)]
#![allow(non_snake_case)] #![allow(non_snake_case)]

View file

@ -1,5 +1,6 @@
// ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command // ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command
#![allow(unused_unsafe)]
#![allow(dead_code)] #![allow(dead_code)]
#![allow(unused_mut)] #![allow(unused_mut)]
#![allow(non_snake_case)] #![allow(non_snake_case)]