From 13aab7749ae89ea292a560b10bc6957c4d1466b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Tue, 12 Mar 2024 14:49:22 +0100 Subject: [PATCH] Make ScopedValue public --- base/public.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/public.jl b/base/public.jl index 912953795c801..359f4aff74dc6 100644 --- a/base/public.jl +++ b/base/public.jl @@ -95,6 +95,11 @@ public reseteof, link_pipe!, +# ScopedValue + with, + @with, + ScopedValue, + # misc notnothing, runtests,