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.
1 parent 4d35b01 commit 8aa56b5Copy full SHA for 8aa56b5
src/StaticArrayInterface.jl
@@ -486,17 +486,6 @@ include("indexing.jl")
486
include("stridelayout.jl")
487
include("broadcast.jl")
488
489
-@static if !isdefined(Base, :get_extension)
490
- import Requires
491
-end
492
-
493
494
- function __init__()
495
- Requires.@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/StaticArrayInterfaceStaticArraysExt.jl") end
496
- Requires.@require OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include("../ext/StaticArrayInterfaceOffsetArraysExt.jl") end
497
- end
498
499
500
## Precompilation
501
502
@setup_workload begin
0 commit comments