Skip to content

Commit fed6d19

Browse files
fix: fix DisjointSets deprecations
1 parent bf5146d commit fed6d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Deprecations from #700
77
Base.@deprecate_binding DisjointSets DisjointSet
88
Base.@deprecate_binding IntDisjointSets IntDisjointSet
9-
@deprecate DisjointSets(xs...) DisjointSet(xs)
9+
@deprecate DisjointSet(xs...) DisjointSet(xs)
1010
# Enqueue and dequeue deprecations
1111
@deprecate enqueue!(q::Queue, x) Base.push!(q, x)
1212
@deprecate enqueue!(q::PriorityQueue, x) Base.push!(q, x)

0 commit comments

Comments
 (0)