mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-17 17:25:01 +00:00
23 lines
800 B
Rust
23 lines
800 B
Rust
// ⚠️ GENERATED CODE ⚠️ - this entire file was generated by the `roc glue` CLI command
|
|
|
|
#![allow(unused_unsafe)]
|
|
#![allow(unused_variables)]
|
|
#![allow(dead_code)]
|
|
#![allow(unused_mut)]
|
|
#![allow(non_snake_case)]
|
|
#![allow(non_camel_case_types)]
|
|
#![allow(non_upper_case_globals)]
|
|
#![allow(clippy::undocumented_unsafe_blocks)]
|
|
#![allow(clippy::redundant_static_lifetimes)]
|
|
#![allow(clippy::unused_unit)]
|
|
#![allow(clippy::missing_safety_doc)]
|
|
#![allow(clippy::let_and_return)]
|
|
#![allow(clippy::missing_safety_doc)]
|
|
#![allow(clippy::redundant_static_lifetimes)]
|
|
#![allow(clippy::needless_borrow)]
|
|
#![allow(clippy::clone_on_copy)]
|
|
|
|
type Op_StderrWrite = roc_std::RocStr;
|
|
type Op_StdoutWrite = roc_std::RocStr;
|
|
type TODO_roc_function_69 = roc_std::RocStr;
|
|
type TODO_roc_function_70 = roc_std::RocStr;
|