File tree 1 file changed +0
-18
lines changed
rust/ql/lib/codeql/rust/internal
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -662,15 +662,6 @@ private module CallExprBaseMatchingInput implements MatchingInputSig {
662
662
tAdj = t
663
663
)
664
664
}
665
-
666
- pragma [ nomagic]
667
- additional Type inferReceiverType ( AstNode n ) {
668
- exists ( Access a , AccessPosition apos |
669
- result = inferType ( n ) and
670
- n = a .getNodeAt ( apos ) and
671
- apos .isSelf ( )
672
- )
673
- }
674
665
}
675
666
676
667
private module CallExprBaseMatching = Matching< CallExprBaseMatchingInput > ;
@@ -813,15 +804,6 @@ private module FieldExprMatchingInput implements MatchingInputSig {
813
804
tAdj = t
814
805
)
815
806
}
816
-
817
- pragma [ nomagic]
818
- additional Type inferReceiverType ( AstNode n ) {
819
- exists ( Access a , AccessPosition apos |
820
- result = inferType ( n ) and
821
- n = a .getNodeAt ( apos ) and
822
- apos .isSelf ( )
823
- )
824
- }
825
807
}
826
808
827
809
private module FieldExprMatching = Matching< FieldExprMatchingInput > ;
You can’t perform that action at this time.
0 commit comments