Skip to content

Commit

Permalink
Merge pull request scala#15645 from rochala/deprecate-compiletimeops-…
Browse files Browse the repository at this point in the history
…int-ToString

deprecate ToString type which should be deprecated at 3.2.0
  • Loading branch information
bishabosha authored Jul 12, 2022
2 parents 2ea400a + 1b6edf8 commit 7e6b3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/compiletime/ops/int.scala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ object int:
* ```
* @syntax markdown
*/
//@deprecated("Use compiletime.ops.any.ToString instead.","3.2.0") // uncomment when reaching 3.2.0
@deprecated("Use compiletime.ops.any.ToString instead.","3.2.0")
type ToString[X <: Int] <: String

/** Long conversion of an `Int` singleton type.
Expand Down

0 comments on commit 7e6b3c2

Please sign in to comment.