From f47d96e1a484de1db063d6b25c1b42c429ee2c13 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 1 May 2020 21:56:44 -0400 Subject: [PATCH] Update a comment --- compiler/builtins/src/std.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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