parent
9c56c852ca
commit
1a9f0a543c
|
|
@ -480,13 +480,13 @@ fn parse_context_feature_idents(ty: &Type) -> Vec<Ident> {
|
||||||
"ExtractFootprint"
|
"ExtractFootprint"
|
||||||
| "ExtractRealTime"
|
| "ExtractRealTime"
|
||||||
| "ExtractAnimationTime"
|
| "ExtractAnimationTime"
|
||||||
| "ExtractPointer"
|
| "ExtractPointerPosition"
|
||||||
| "ExtractIndex"
|
| "ExtractIndex"
|
||||||
| "ExtractVarArgs"
|
| "ExtractVarArgs"
|
||||||
| "InjectFootprint"
|
| "InjectFootprint"
|
||||||
| "InjectRealTime"
|
| "InjectRealTime"
|
||||||
| "InjectAnimationTime"
|
| "InjectAnimationTime"
|
||||||
| "InjectPointer"
|
| "InjectPointerPosition"
|
||||||
| "InjectIndex"
|
| "InjectIndex"
|
||||||
| "InjectVarArgs" => {
|
| "InjectVarArgs" => {
|
||||||
features.push(segment.ident.clone());
|
features.push(segment.ident.clone());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue