summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-07 16:40:49 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-30 10:47:01 +0900
commit94bd3bde8181b9abbd0b55f1382268dc78be2c37 (patch)
treeef79ca38f0d717f5869c5930dbfa74d646bb8c8f /hash.c
parent21600a5f643d7edb3ce76e0257b92848ee86568e (diff)
downloadruby-94bd3bde8181b9abbd0b55f1382268dc78be2c37.tar.gz
Specify version to remove as bare numbers
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index e4c742322b..33b553d466 100644
--- a/hash.c
+++ b/hash.c
@@ -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;
}