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