Skip to content

Commit 70e5b92

Browse files
authored
Add export of peek to pass on Julia 0.7 and 1.0
Removed in previous commit. Because of failure on nightlies.
1 parent bfebde4 commit 70e5b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataStructures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module DataStructures
101101
export status
102102
export deref_key, deref_value, deref, advance, regress
103103

104-
export PriorityQueue
104+
export PriorityQueue, peek
105105

106106
include("priorityqueue.jl")
107107
include("sparse_int_set.jl")

0 commit comments

Comments
 (0)