Skip to content

Commit 7e6b3c2

Browse files
authored
Merge pull request #15645 from rochala/deprecate-compiletimeops-int-ToString
deprecate ToString type which should be deprecated at 3.2.0
2 parents 2ea400a + 1b6edf8 commit 7e6b3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/ops/int.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ object int:
244244
* ```
245245
* @syntax markdown
246246
*/
247-
//@deprecated("Use compiletime.ops.any.ToString instead.","3.2.0") // uncomment when reaching 3.2.0
247+
@deprecated("Use compiletime.ops.any.ToString instead.","3.2.0")
248248
type ToString[X <: Int] <: String
249249

250250
/** Long conversion of an `Int` singleton type.

0 commit comments

Comments
 (0)