Skip to content

Commit 7bf6829

Browse files
committed
use Compat.Returns
1 parent 72ca897 commit 7bf6829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChainRulesCore.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ChainRulesCore
22
using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, materialize!
33
using Base.Meta
44
using LinearAlgebra
5-
using Compat: hasfield, hasproperty, ismutabletype
5+
using Compat: hasfield, hasproperty, ismutabletype, Returns
66

77
export frule, rrule # core function
88
# rule configurations

0 commit comments

Comments
 (0)