Skip to content

Commit 7a4c3bd

Browse files
Update LinearSolve.jl
1 parent 1a846f5 commit 7a4c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using UnPack: @unpack
2323
using DocStringExtensions: DocStringExtensions
2424
using EnumX: EnumX, @enumx
2525
using Markdown: Markdown, @doc_str
26-
using ChainRulesCore: ChainRulesCore
26+
using ChainRulesCore: ChainRulesCore, NoTangent
2727
using Reexport: Reexport, @reexport
2828
using Libdl: Libdl, dlsym_e
2929
import InteractiveUtils

0 commit comments

Comments
 (0)