Skip to content

Commit c42fc03

Browse files
LilithHafnerKristofferC
authored andcommitted
Make ScopedValues public (#54574)
(cherry picked from commit ce4f090)
1 parent 11bba3b commit c42fc03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

base/exports.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@ public
10801080
Checked,
10811081
Filesystem,
10821082
Order,
1083+
ScopedValues,
10831084
Sort,
10841085

10851086
# Types

test/misc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ end
15401540
@testset "Base docstrings" begin
15411541
undoc = Docs.undocumented_names(Base)
15421542
@test_broken isempty(undoc)
1543-
@test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :Sort, :TTY]
1543+
@test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :ScopedValues, :Sort, :TTY]
15441544
end
15451545

15461546
@testset "Base.Libc docstrings" begin

0 commit comments

Comments
 (0)