Skip to content

Commit

Permalink
Merge 0a4b964 into bcd92d0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 3, 2020
2 parents bcd92d0 + 0a4b964 commit 5a231cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ChainRules"
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
version = "0.7.16"
version = "0.7.17"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 0 additions & 2 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
@non_differentiable xor(::Any, ::Any, ::Any, ::Any, ::Any)

# Non-public Base
@non_differentiable Base.OneTo(::Integer)
@non_differentiable Base.OneTo(::AbstractRange{<:Integer})
@non_differentiable Base.gc_num()
@non_differentiable Base.time_ns()
@non_differentiable Base.typename(::Any)
Expand Down

0 comments on commit 5a231cf

Please sign in to comment.