mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 11:00:16 +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
|
@ -854,7 +854,7 @@ trait DerivableVisitor {
|
|||
|
||||
struct DeriveInspect;
|
||||
impl DerivableVisitor for DeriveInspect {
|
||||
const ABILITY: Symbol = Symbol::INSPECT_INSPECT;
|
||||
const ABILITY: Symbol = Symbol::INSPECT_INSPECT_ABILITY;
|
||||
const ABILITY_SLICE: SubsSlice<Symbol> = Subs::AB_INSPECT;
|
||||
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue