mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Drop obsolete constant
This commit is contained in:
parent
8b463686bc
commit
e857a91b1b
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ impl ModuleName {
|
||||||
// NOTE: After adding one of these, go to `impl ModuleId` and
|
// NOTE: After adding one of these, go to `impl ModuleId` and
|
||||||
// add a corresponding ModuleId to there!
|
// add a corresponding ModuleId to there!
|
||||||
pub const APP: &'static str = "#UserApp"; // app modules have this hardcoded name
|
pub const APP: &'static str = "#UserApp"; // app modules have this hardcoded name
|
||||||
pub const PLATFORM: &'static str = "#Platform"; // platform modules have this hardcoded name
|
|
||||||
pub const BOOL: &'static str = "Bool";
|
pub const BOOL: &'static str = "Bool";
|
||||||
pub const STR: &'static str = "Str";
|
pub const STR: &'static str = "Str";
|
||||||
pub const NUM: &'static str = "Num";
|
pub const NUM: &'static str = "Num";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue