Skip to content

Commit 279a75c

Browse files
authored
Try to relax method signature
1 parent 0331fdf commit 279a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
# - Q: How do decide on the cuts
6161
# - then localise arguments on each node
6262
##
63-
@inline function Base.copyto!(dest::DDestArray, bc::Broadcasted{Nothing})
63+
@inline function Base.copyto!(dest::DDestArray, bc::Broadcasted)
6464
axes(dest) == axes(bc) || Broadcast.throwdm(axes(dest), axes(bc))
6565

6666
# Distribute Broadcasted

0 commit comments

Comments
 (0)