Skip to content

Commit ad17e8a

Browse files
committed
[SIMD] Delete unnecessary comment on debugDescription.
It maakes documentation works by overriding the default.
1 parent 69c9fbc commit ad17e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/SIMDVectorTypes.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public extension SIMD${n} where Scalar : FixedWidthInteger {
110110
}
111111

112112
extension SIMD${n} : CustomDebugStringConvertible {
113-
/// Debug string representation
114113
public var debugDescription: String {
115114
return "SIMD${n}<\(Scalar.self)>(${', '.join(map(lambda c:
116115
'\\(self['+ str(c) + '])',

0 commit comments

Comments
 (0)