We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d674a commit ea63ae1Copy full SHA for ea63ae1
1 file changed
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