Skip to content

Commit 6af7153

Browse files
authored
Merge pull request #508 from frankschae/fix_BitArray
use splatting in BitArray
2 parents ea8a5a6 + f91596b commit 6af7153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRules"
22
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3-
version = "1.10.0"
3+
version = "1.10.1"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
@non_differentiable Vector(::AbstractArray{Bool})
8585

8686
@non_differentiable Array(::AbstractArray{Bool})
87-
@non_differentiable BitArray(::Any)
87+
@non_differentiable BitArray(::Any...)
8888
@non_differentiable IndexStyle(::AbstractArray{Bool})
8989

9090
#####

0 commit comments

Comments
 (0)