We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c2ed4 commit ed9010eCopy full SHA for ed9010e
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