Skip to content

Commit 1e73922

Browse files
authored
Update nowarn.scala
1 parent 046d7d5 commit 1e73922

File tree

1 file changed

+1
-1
lines changed
  • compat/src/main/scala-2.11_2.12/scala/annotation

1 file changed

+1
-1
lines changed

compat/src/main/scala-2.11_2.12/scala/annotation/nowarn.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ package scala.annotation
1717
* `@nowarn`.
1818
*
1919
* For documentation on how to use the annotation in 2.13 see
20-
* https://www.scala-lang.org/files/archive/api/2.13.2/scala/annotation/nowarn.html
20+
* https://www.scala-lang.org/api/current/scala/annotation/nowarn.html
2121
*/
2222
class nowarn(value: String = "") extends StaticAnnotation

0 commit comments

Comments
 (0)