We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2db395 commit 20379d5Copy full SHA for 20379d5
rust/ql/test/TestUtils.qll
@@ -7,8 +7,7 @@ predicate toBeTested(Element e) {
7
not e instanceof Locatable
8
or
9
e.(Locatable).fromSource()
10
- ) and
11
- not e.(AstNode).isFromMacroExpansion()
+ )
12
}
13
14
class CrateElement extends Element {
0 commit comments