Skip to content

Commit 9802b6c

Browse files
LilithHafnertecosaur
authored andcommitted
Load ScopedValues symbols from their source
Loading `@with` from Base is accessing internals because `@with` is not a public symbol in Base.
1 parent 9b9cf71 commit 9802b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StyledStrings.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
module StyledStrings
44

5-
using Base: AnnotatedString, AnnotatedChar, annotations, annotate!, annotatedstring,
6-
ScopedValue, with, @with
5+
using Base: AnnotatedString, AnnotatedChar, annotations, annotate!, annotatedstring
6+
using Base.ScopedValues: ScopedValue, with, @with
77

88
export @styled_str
99
public Face, addface!, withfaces, styled, SimpleColor

0 commit comments

Comments
 (0)