diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-01-07 16:40:49 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-30 10:47:01 +0900 |
commit | 94bd3bde8181b9abbd0b55f1382268dc78be2c37 (patch) | |
tree | ef79ca38f0d717f5869c5930dbfa74d646bb8c8f /hash.c | |
parent | 21600a5f643d7edb3ce76e0257b92848ee86568e (diff) |
Specify version to remove as bare numbers
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3972
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5043,7 +5043,7 @@ env_fetch(int argc, VALUE *argv, VALUE _) int rb_env_path_tainted(void) { - rb_warn_deprecated_to_remove_at("3.2", "rb_env_path_tainted", NULL); + rb_warn_deprecated_to_remove_at(3.2, "rb_env_path_tainted", NULL); return 0; } |