Skip to content

Commit

Permalink
Compat hasproperty
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Jul 26, 2021
1 parent a3d7b6d commit b0f2d77
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 @@ -3,7 +3,7 @@ using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, mate
using Base.Meta
using LinearAlgebra
using SparseArrays: SparseVector, SparseMatrixCSC
using Compat: hasfield
using Compat: hasfield, hasproperty

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

0 comments on commit b0f2d77

Please sign in to comment.