Skip to content

Commit 10700c9

Browse files
authored
Don't export nonexistent cast function
1 parent a942ea0 commit 10700c9

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
@@ -4,7 +4,7 @@ using Base.Broadcast: materialize, materialize!, broadcasted, Broadcasted, broad
44
export frule, rrule
55
export wirtinger_conjugate, wirtinger_primal, refine_differential
66
export @scalar_rule, @thunk
7-
export extern, cast, store!
7+
export extern, store!
88
export Wirtinger, Zero, One, DoesNotExist, Thunk, InplaceableThunk
99
export NO_FIELDS
1010

0 commit comments

Comments
 (0)