Skip to content

Commit 82fbf89

Browse files
committed
Add back missing @inline
1 parent 33b36f8 commit 82fbf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module RandomModule
22

3-
import Compat: Returns
3+
import Compat: Returns, @inline
44
import Random: AbstractRNG
55
import Base: rand
66
import ..EquationModule: AbstractNode, tree_mapreduce, filter_map

0 commit comments

Comments
 (0)