From 04bfac2e574ab5455270a33226caba5b0dca925d Mon Sep 17 00:00:00 2001 From: xiaodaigh Date: Sat, 31 Oct 2020 15:20:22 +1100 Subject: [PATCH] minor --- src/base.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.jl b/src/base.jl index 28af27d..18dd9d0 100644 --- a/src/base.jl +++ b/src/base.jl @@ -1,6 +1,6 @@ # this is for keeping the basic functionalities -import Base:unsafe_getindex, ==, show, promote_rule, promote_eltype +import Base:unsafe_getindex, ==, show, promote_rule struct ShortString{T} <: AbstractString where T size_content::T