use INSPECT_INSPECT_ABILITY instead of INSPECT_INSPECT

This commit is contained in:
Brendan Hansknecht 2023-11-28 10:05:25 -08:00
parent 6eedd08e5a
commit 82cda1965c
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
4 changed files with 7 additions and 4 deletions

View file

@ -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)]