aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/debugger-locals-for-let-expressions.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/debugger-locals-for-let-expressions.md')
-rw-r--r--doc/manual/rl-next/debugger-locals-for-let-expressions.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manual/rl-next/debugger-locals-for-let-expressions.md b/doc/manual/rl-next/debugger-locals-for-let-expressions.md
deleted file mode 100644
index 3f0352327..000000000
--- a/doc/manual/rl-next/debugger-locals-for-let-expressions.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-synopsis: "`--debugger` can now access bindings from `let` expressions"
-prs: 9918
-issues: 8827
-category: Fixes
-credits: 9999years
----
-
-Breakpoints and errors in the bindings of a `let` expression can now access
-those bindings in the debugger. Previously, only the body of `let` expressions
-could access those bindings.