Update a comment

This commit is contained in:
Richard Feldman 2020-05-01 21:56:44 -04:00
parent 095844c2c1
commit f47d96e1a4

View file

@ -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; const NUM_BUILTIN_IMPORTS: usize = 7;
/// These can be shared between definitions, they will get instantiated when converted to Type /// These can be shared between definitions, they will get instantiated when converted to Type