Skip to content

Commit

Permalink
use Compat.Returns
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed May 30, 2024
1 parent 72ca897 commit 7bf6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChainRulesCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ChainRulesCore
using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, materialize!
using Base.Meta
using LinearAlgebra
using Compat: hasfield, hasproperty, ismutabletype
using Compat: hasfield, hasproperty, ismutabletype, Returns

export frule, rrule # core function
# rule configurations
Expand Down

0 comments on commit 7bf6829

Please sign in to comment.