We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DisjointSets
1 parent bf5146d commit fed6d19Copy full SHA for fed6d19
src/deprecations.jl
@@ -6,7 +6,7 @@
6
# Deprecations from #700
7
Base.@deprecate_binding DisjointSets DisjointSet
8
Base.@deprecate_binding IntDisjointSets IntDisjointSet
9
-@deprecate DisjointSets(xs...) DisjointSet(xs)
+@deprecate DisjointSet(xs...) DisjointSet(xs)
10
# Enqueue and dequeue deprecations
11
@deprecate enqueue!(q::Queue, x) Base.push!(q, x)
12
@deprecate enqueue!(q::PriorityQueue, x) Base.push!(q, x)
0 commit comments