Skip to content

Commit 64383d7

Browse files
committed
tighter fill! non-diff
1 parent ca2b47b commit 64383d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
@non_differentiable eachcol(::AbstractArray{Bool})
4242
@non_differentiable eachrow(::AbstractArray{Bool})
4343
@non_differentiable eachslice(::AbstractArray{Bool})
44-
@non_differentiable fill(::AbstractArray{Bool})
45-
@non_differentiable fill!(::AbstractArray, ::Any)
44+
@non_differentiable fill(::Bool, ::Any...)
45+
@non_differentiable fill!(::AbstractArray{Bool}, ::Any)
4646
@non_differentiable findprev(::AbstractArray{Bool}, ::Any)
4747
@non_differentiable findprev(::Any, ::AbstractArray{Bool}, ::Any)
4848
@non_differentiable getindex(::AbstractArray{Bool}, ::Any...)

0 commit comments

Comments
 (0)