mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
doc: Remove description of experimental warnings related pattern matching from documentation
Ruby 3.2.0 has been released and all experimental warnings about pattern matching have been removed.
Experimental warnings about pattern matching are no longer output, so I remove description about it from documentation as well.
cf. https://bugs.ruby-lang.org/issues/18585
cf. db6b23c76c
cf. https://twitter.com/k_tsj/status/1606956336037900289?s=20&t=-_PSYLhYPtYsB9FZhtXl5A
This commit is contained in:
parent
a80a9cf9ef
commit
6b46060fc2
Notes:
git
2024-09-24 22:07:01 +00:00
3 changed files with 2 additions and 3 deletions
1
error.c
1
error.c
|
@ -217,7 +217,6 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
|
|||
*
|
||||
* +:experimental+ ::
|
||||
* experimental features
|
||||
* * Pattern matching
|
||||
*
|
||||
* +:performance+ ::
|
||||
* performance hints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue