We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08ac3d commit 04bfac2Copy full SHA for 04bfac2
1 file changed
src/base.jl
@@ -1,6 +1,6 @@
1
# this is for keeping the basic functionalities
2
3
-import Base:unsafe_getindex, ==, show, promote_rule, promote_eltype
+import Base:unsafe_getindex, ==, show, promote_rule
4
5
struct ShortString{T} <: AbstractString where T
6
size_content::T
0 commit comments