We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d75054 commit 533fdcfCopy full SHA for 533fdcf
rust/ql/lib/codeql/rust/elements/internal/TypeAliasImpl.qll
@@ -24,9 +24,7 @@ module Impl {
24
* ```
25
*/
26
class TypeAlias extends Generated::TypeAlias {
27
- override string toStringImpl() {
28
- result = concat(int i | | this.toStringPart(i), "" order by i)
29
- }
+ override string toStringImpl() { result = concat(int i | | this.toStringPart(i) order by i) }
30
31
private string toStringPart(int index) {
32
index = 0 and result = "type "
0 commit comments