Skip to content

Commit 8851202

Browse files
committed
Nicer _unsetindex! fix
1 parent 8576615 commit 8851202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataStructures.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ module DataStructures
114114
include("deprecations.jl")
115115

116116
@static if VERSION <= v"1.3"
117-
const _unsetindex!(a, i) = a
117+
_unsetindex!(a, i) = a
118118
else
119-
const _unsetindex! = Base._unsetindex!
119+
import Base._unsetindex!
120120
end
121121
end

0 commit comments

Comments
 (0)