From 297350a15ceb53644ba1382942d72b5778c5543b Mon Sep 17 00:00:00 2001 From: Jakob Peters Date: Sat, 13 Jul 2024 09:49:05 +0200 Subject: [PATCH] Remove stale explicit imports --- src/Strings.jl | 2 -- 1 file changed, 2 deletions(-) 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 """