We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61592a3 commit 20ca880Copy full SHA for 20ca880
1 file changed
rust/ql/lib/codeql/rust/printast/PrintAstNode.qll
@@ -68,7 +68,7 @@ class PrintAstNode extends TPrintAstNode {
68
}
69
70
private string prettyPrint(Locatable e) {
71
- result = "[" + concat(e.getPrimaryQlClasses(), ", ") + "] " + concat(e.toString())
+ result = "[" + concat(e.getPrimaryQlClasses(), ", ") + "] " + e
72
73
74
private class Unresolved extends Locatable {
0 commit comments