Skip to content

Commit 25bbcba

Browse files
authored
Merge pull request #15758 from dotty-staging/backport-15645
Backport #15645: deprecate ToString type which should be deprecated at 3.2.0
2 parents 3b4ef1a + e4930aa commit 25bbcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)