Skip to content

Commit 29f1fa6

Browse files
authored
Merge pull request #67 from JuliaGeometry/teh/remove_show_type
Delete `show(::IO, ::Type)` specialization
2 parents 053ada8 + a294fd8 commit 29f1fa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/viewtypes.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ struct TupleView{T, N, Skip, A} <: AbstractVector{T}
3535
data::A
3636
connect::Bool
3737
end
38-
Base.show(io::IO, ::Type{<: TupleView{T, N, Skip}}) where {T, N, Skip} = print(io, "TupleView{$T, $Skip}")
3938

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

0 commit comments

Comments
 (0)