diff --git a/src/Strings.jl b/src/Strings.jl index 47456a7..56ee899 100644 --- a/src/Strings.jl +++ b/src/Strings.jl @@ -953,8 +953,6 @@ function show(io::IOContext, ::MIME"text/typst", t::Typst) end show(io::IO, ::MIME"text/typst", t::Union{TypstString, TypstText}) = show_typst(io, t) -import Base: codeunit, isvalid, ncodeunits, nextind, prevind, thisind - # Internals """