Skip to content

Commit

Permalink
add missing export full (#24325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Oct 25, 2017
1 parent 906db16 commit 20c416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ end
@deprecate diagm(x::Number) fill(x, 1, 1)

## deprecate full

export full
# full no-op fallback
function full(A::AbstractArray)
depwarn(string(
Expand Down

0 comments on commit 20c416d

Please sign in to comment.