mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix clippy warnings
This commit is contained in:
parent
8392431bd8
commit
4948cee360
2 changed files with 3 additions and 6 deletions
|
@ -31,7 +31,7 @@ const CONST_SEGMENT_BASE_ADDR: u32 = 1024;
|
|||
/// Index of the data segment where we store constants
|
||||
const CONST_SEGMENT_INDEX: usize = 0;
|
||||
|
||||
const IMPORT_MODULE_BUILTINS: &'static str = "builtins";
|
||||
const IMPORT_MODULE_BUILTINS: &str = "builtins";
|
||||
|
||||
pub struct WasmBackend<'a> {
|
||||
env: &'a Env<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue