mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Ayaz's fix and first passing inspect test
This commit is contained in:
parent
f0dee1f6e9
commit
3434d3154a
2 changed files with 3 additions and 6 deletions
|
@ -1504,10 +1504,7 @@ impl AbilityResolver for AbilitiesStore {
|
|||
/// because they do not explicitly list ability implementations due to circular dependencies.
|
||||
#[inline]
|
||||
pub(crate) fn builtin_module_with_unlisted_ability_impl(module_id: ModuleId) -> bool {
|
||||
matches!(
|
||||
module_id,
|
||||
ModuleId::NUM | ModuleId::BOOL | ModuleId::INSPECT
|
||||
)
|
||||
matches!(module_id, ModuleId::NUM | ModuleId::BOOL)
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue