From 36fd1b9455ec062e4b1f6b5b8154f9446d493ad4 Mon Sep 17 00:00:00 2001 From: Max Smirnov Date: Mon, 13 Oct 2025 22:34:05 +0300 Subject: [PATCH] Pin permalink to betterFor source code --- docs/_docs/reference/other-new-features/better-fors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/reference/other-new-features/better-fors.md b/docs/_docs/reference/other-new-features/better-fors.md index ae0b82e35ff6..ac4d6e067d8d 100644 --- a/docs/_docs/reference/other-new-features/better-fors.md +++ b/docs/_docs/reference/other-new-features/better-fors.md @@ -74,4 +74,4 @@ Additionally, this extension changes the way `for`-comprehensions are desugared. List(1, 2, 3) ``` -For more details on the desugaring scheme see the comment in [`Desugar.scala#makeFor`](https://github.com/scala/scala3/blob/main/compiler/src/dotty/tools/dotc/ast/Desugar.scala#L1928). \ No newline at end of file +For more details on the desugaring scheme see the comment in [`Desugar.scala#makeFor`](https://github.com/scala/scala3/blob/f7470073902d810911bdfb4b4cf905a4716b9bde/compiler/src/dotty/tools/dotc/ast/Desugar.scala#L2091).