Skip to content

Commit 941fd55

Browse files
authored
cross link issue about kwarg special case
1 parent 6a7d54e commit 941fd55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rules.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ rrule(::Any, ::Vararg{Any}) = nothing
117117

118118
# if no config is present then fallback to config-less rules
119119
rrule(::RuleConfig, f, args...; kwargs...) = rrule(f, args...; kwargs...)
120-
#TODO do we need to do something for kwargs special here for performance?
120+
# TODO do we need to do something for kwargs special here for performance?
121+
# See: https://github.com/JuliaDiff/ChainRulesCore.jl/issues/368
121122

122123
# Manual fallback for keyword arguments. Usually this would be generated by
123124
#

0 commit comments

Comments
 (0)