diff --git a/compiler/load_internal/src/file.rs b/compiler/load_internal/src/file.rs index 7317dc5557..f34afff787 100644 --- a/compiler/load_internal/src/file.rs +++ b/compiler/load_internal/src/file.rs @@ -76,7 +76,7 @@ const MODULE_SEPARATOR: char = '.'; const EXPANDED_STACK_SIZE: usize = 8 * 1024 * 1024; -const PRELUDE_TYPES: [(&'static str, Symbol); 33] = [ +const PRELUDE_TYPES: [(&str, Symbol); 33] = [ ("Num", Symbol::NUM_NUM), ("Int", Symbol::NUM_INT), ("Float", Symbol::NUM_FLOAT),