Skip to content

Commit 0bbc3c4

Browse files
committed
shrink decl
1 parent 026a926 commit 0bbc3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StringViews.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export StringView
1919
any `array` of `UInt8` data, interpreted as UTF-8 encoded Unicode.
2020
It does *not* make a copy of or modify `array`.
2121
"""
22-
struct StringView{T} <: AbstractString where {T<:AbstractVector{UInt8}}
22+
struct StringView{T<:AbstractVector{UInt8}} <: AbstractString
2323
data::T
2424
end
2525

0 commit comments

Comments
 (0)