Skip to content

Commit bd7417f

Browse files
hide unstable channel show in doctests
1 parent d9a7549 commit bd7417f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/channels.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ julia> chnl = Channel{Char}(1, spawn=true) do ch
130130
for c in "hello world"
131131
put!(ch, c)
132132
end
133-
end
134-
Channel{Char}(1) (2 items available)
133+
end;
135134
136135
julia> String(collect(chnl))
137136
"hello world"

0 commit comments

Comments
 (0)