mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Update a comment
This commit is contained in:
parent
095844c2c1
commit
f47d96e1a4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue