Skip to content

Commit 1ca9941

Browse files
Merge branch 'main' into remove-get-extension-compat
2 parents 62c2059 + c84cbc9 commit 1ca9941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/RootedTrees.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,8 @@ function __init__()
16021602

16031603
return nothing
16041604
end
1605-
@static if VERSION >= v"1.8"
1606-
include("precompile.jl")
1607-
end
1605+
1606+
# explicit precompilation
1607+
include("precompile.jl")
16081608

16091609
end # module

0 commit comments

Comments
 (0)