aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-09-08 12:30:55 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2023-09-08 12:33:58 -0400
commit60ef156b1463629d94cf7139430d129dd68a418f (patch)
tree64f69ca555c073c01216381a47a6d50c6cbc47f9 /error.c
parentaf5df9ee5ea6ad6270be020f74f9fb208e2bfb57 (diff)
downloadruby-60ef156b1463629d94cf7139430d129dd68a418f.tar.gz
[DOC] Kernel#{proc,lambda} don't issue warnings anymore
They've been raising since 3.0.0.
Diffstat (limited to 'error.c')
-rw-r--r--error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/error.c b/error.c
index 13a6e3a5e2..cd031120e2 100644
--- a/error.c
+++ b/error.c
@@ -205,7 +205,6 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
* deprecation warnings
* * assignment of non-nil value to <code>$,</code> and <code>$;</code>
* * keyword arguments
- * * proc/lambda without block
* etc.
*
* +:experimental+ ::