Skip to content

Commit

Permalink
Remove stale explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Jul 13, 2024
1 parent 2460795 commit 297350a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Strings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

"""
Expand Down

0 comments on commit 297350a

Please sign in to comment.