mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-16 02:55:00 +00:00
use INSPECT_INSPECT_ABILITY instead of INSPECT_INSPECT
This commit is contained in:
parent
6eedd08e5a
commit
82cda1965c
4 changed files with 7 additions and 4 deletions
|
@ -53,7 +53,10 @@ pub const DERIVABLE_ABILITIES: &[(Symbol, &[Symbol])] = &[
|
|||
(Symbol::DECODE_DECODING, &[Symbol::DECODE_DECODER]),
|
||||
(Symbol::HASH_HASH_ABILITY, &[Symbol::HASH_HASH]),
|
||||
(Symbol::BOOL_EQ, &[Symbol::BOOL_IS_EQ]),
|
||||
(Symbol::INSPECT_INSPECT, &[Symbol::INSPECT_TO_INSPECTOR]),
|
||||
(
|
||||
Symbol::INSPECT_INSPECT_ABILITY,
|
||||
&[Symbol::INSPECT_TO_INSPECTOR],
|
||||
),
|
||||
];
|
||||
|
||||
/// In Debug builds only, Symbol has a name() method that lets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue