Skip to content

Commit b4d0334

Browse files
authored
Merge pull request #14217 from soronpo/fix_deprecation
Remove deprecation of `compiletime.ops.int.ToString`
2 parents 3e2b2cf + ece83bf commit b4d0334

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)