diff --git a/compiler/builtins/src/std.rs b/compiler/builtins/src/std.rs index 09a51ce1b7..55ed8dc92f 100644 --- a/compiler/builtins/src/std.rs +++ b/compiler/builtins/src/std.rs @@ -35,8 +35,7 @@ pub fn standard_stdlib() -> StdLib { } } -/// Keep this up to date by hand! -/// +/// Keep this up to date by hand! It's the number of builtin aliases that are imported by default. const NUM_BUILTIN_IMPORTS: usize = 7; /// These can be shared between definitions, they will get instantiated when converted to Type