Skip to content

Commit 04bfac2

Browse files
committed
minor
1 parent e08ac3d commit 04bfac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this is for keeping the basic functionalities
22

3-
import Base:unsafe_getindex, ==, show, promote_rule, promote_eltype
3+
import Base:unsafe_getindex, ==, show, promote_rule
44

55
struct ShortString{T} <: AbstractString where T
66
size_content::T

0 commit comments

Comments
 (0)