Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Oct 31, 2020
1 parent e08ac3d commit 04bfac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04bfac2

Please sign in to comment.