We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f01fc8 commit 983ea7dCopy full SHA for 983ea7d
1 file changed
kmir/src/kmir/kdist/mir-semantics/symbolic/spl-token.md
@@ -166,7 +166,7 @@ module KMIR-SPL-TOKEN
166
syntax Bool ::= #isSPLRentGetFunc ( String ) [function, total]
167
rule #isSPLRentGetFunc(_) => false [owise]
168
rule #isSPLRentGetFunc("Rent::get") => true // mock harness
169
- rule #isSPLRentGetFunc("solana_sysvar::rent::<impl solana_sysvar::Sysvar for solana_rent::Rent>::get") => true
+ rule #isSPLRentGetFunc("solana_sysvar::rent::<impl Sysvar for solana_rent::Rent>::get") => true
170
```
171
172
0 commit comments