Skip to content

Commit 6a18faf

Browse files
Merge pull request #125 from SciML/remove-get-extension-compat
Remove Julia v1.9 get_extension compatibility code
2 parents 3713aa9 + efa1f08 commit 6a18faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/PreallocationToolsReverseDiffExt.jl

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

33
using PreallocationTools
4-
isdefined(Base, :get_extension) ? (import ReverseDiff) : (import ..ReverseDiff)
4+
import ReverseDiff
55

66
# PreallocationTools https://github.com/SciML/PreallocationTools.jl/issues/39
77
function Base.getindex(b::PreallocationTools.LazyBufferCache,

0 commit comments

Comments
 (0)