Skip to content

Commit ac93fd1

Browse files
authored
Merge pull request JuliaAttic#204 from brian-j-smith/compat
Activate precompilation.
2 parents 0207655 + 5df5f6a commit ac93fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Graphs.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
isdefined(Base, :__precompile__) && __precompile__()
2+
13
module Graphs
24
using DataStructures, Compat
35

0 commit comments

Comments
 (0)