Skip to content

Commit f8f1a5c

Browse files
committed
Remove deprecation of compiletime.ops.int.ToString
1 parent b3ab102 commit f8f1a5c

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
@@ -183,7 +183,7 @@ object int:
183183
* ```
184184
* @syntax markdown
185185
*/
186-
@deprecated("Use compiletime.ops.any.ToString instead.","3.2.0")
186+
// @deprecated("Use compiletime.ops.any.ToString instead.","3.2.0") //uncomment when reaching 3.2.0
187187
type ToString[X <: Int] <: String
188188

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

0 commit comments

Comments
 (0)