File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
18
AxisKeys = " 94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
19
19
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
20
20
IntervalSets = " 8197267c-284f-5f27-9208-e0e47529a953"
21
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
21
22
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
22
23
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
23
24
StructArrays = " 09ab397b-f2b6-538f-b94a-2f83cf4a842a"
@@ -28,6 +29,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
28
29
AccessorsAxisKeysExt = " AxisKeys"
29
30
AccessorsDatesExt = " Dates"
30
31
AccessorsIntervalSetsExt = " IntervalSets"
32
+ AccessorsLinearAlgebraExt = " LinearAlgebra"
31
33
AccessorsStaticArraysExt = " StaticArrays"
32
34
AccessorsStructArraysExt = " StructArrays"
33
35
AccessorsTestExt = " Test"
Original file line number Diff line number Diff line change @@ -16,11 +16,9 @@ include("sugar.jl")
16
16
include (" functionlenses.jl" )
17
17
include (" testing.jl" )
18
18
19
- # always included for now
20
- include (" ../ext/AccessorsLinearAlgebraExt.jl" )
21
-
22
19
if ! isdefined (Base, :get_extension )
23
20
include (" ../ext/AccessorsDatesExt.jl" )
21
+ include (" ../ext/AccessorsLinearAlgebraExt.jl" )
24
22
include (" ../ext/AccessorsTestExt.jl" )
25
23
end
26
24
You can’t perform that action at this time.
0 commit comments