Skip to content

Commit b0f2d77

Browse files
committed
Compat hasproperty
1 parent a3d7b6d commit b0f2d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChainRulesCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, mate
33
using Base.Meta
44
using LinearAlgebra
55
using SparseArrays: SparseVector, SparseMatrixCSC
6-
using Compat: hasfield
6+
using Compat: hasfield, hasproperty
77

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

0 commit comments

Comments
 (0)