From 725b432ff8087c3454a21431abf1ebf153449194 Mon Sep 17 00:00:00 2001 From: Martin Kunz Date: Thu, 22 May 2025 12:25:25 +0200 Subject: [PATCH] fix: Make `showarg` a public function `showarg` is meant to be public and it is directly specified in the documentation that it is meant for overriding. --- base/public.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/public.jl b/base/public.jl index 380eea344a3a8..3308c58ff1780 100644 --- a/base/public.jl +++ b/base/public.jl @@ -111,6 +111,7 @@ public reseteof, link_pipe!, dup, + showarg, # filesystem operations rename,