Skip to content

Commit e4930aa

Browse files
rochalaKordyjan
authored andcommitted
deprecate ToString method which should be deprecated at 3.2.0
1 parent fe63a15 commit e4930aa

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)