Skip to content

Commit bd7bf7e

Browse files
committed
fix rule
1 parent 541f635 commit bd7bf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
@non_differentiable rotr90(::AbstractArray{Bool}, ::Any)
7676
@non_differentiable selectdim(::AbstractArray{Bool}, ::Any, ::Any)
7777
@non_differentiable setindex!(::AbstractArray{Bool}, ::Any, ::Any)
78-
@non_differentiable similar(::AbstractArray{Bool}, ::Any, ::Any...)
78+
@non_differentiable similar(::AbstractArray{Bool}, ::Any...)
7979
@non_differentiable stride(::AbstractArray{Bool}, ::Any)
8080
@non_differentiable strides(::AbstractArray{Bool})
8181
@non_differentiable vcat(::AbstractArray{Bool}...)

0 commit comments

Comments
 (0)