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 643059e commit 67846f1Copy full SHA for 67846f1
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