Skip to content

Commit 745f228

Browse files
authored
Import UnitRange explicitly (#200)
1 parent 34359a8 commit 745f228

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IntervalSets"
22
uuid = "8197267c-284f-5f27-9208-e0e47529a953"
3-
version = "0.7.10"
3+
version = "0.7.11"
44

55
[deps]
66
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

src/IntervalSets.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module IntervalSets
22

33
using Base: @pure
44
import Base: eltype, convert, show, in, length, isempty, isequal, isapprox, issubset, ==, hash,
5-
union, intersect, minimum, maximum, extrema, range, clamp, mod, float, , ,
5+
union, intersect, minimum, maximum, extrema, range, clamp, mod, float, , , ,
6+
UnitRange
67

78
export AbstractInterval, Interval, OpenInterval, ClosedInterval, @iv_str,
89
, .., ±, ordered, width, leftendpoint, rightendpoint, endpoints,

0 commit comments

Comments
 (0)