Skip to content

Commit

Permalink
Merge pull request #67 from JuliaGeometry/teh/remove_show_type
Browse files Browse the repository at this point in the history
Delete `show(::IO, ::Type)` specialization
  • Loading branch information
SimonDanisch authored Jul 1, 2020
2 parents 053ada8 + a294fd8 commit 29f1fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct TupleView{T, N, Skip, A} <: AbstractVector{T}
data::A
connect::Bool
end
Base.show(io::IO, ::Type{<: TupleView{T, N, Skip}}) where {T, N, Skip} = print(io, "TupleView{$T, $Skip}")

function Base.size(x::TupleView{T, N, M}) where {T, N, M}
nitems = length(x.data) ÷ (N - (N - M))
Expand Down

0 comments on commit 29f1fa6

Please sign in to comment.