Skip to content

Commit 279ebd3

Browse files
committed
Import noinline to support older Julia versions
1 parent 46fd1f5 commit 279ebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Statistics
88
using UUIDs: uuid4
99
using Printf
1010
using Profile
11-
using Compat
11+
using Compat: pkgversion, @noinline
1212

1313
using LinuxPerf: LinuxPerf
1414

0 commit comments

Comments
 (0)