Skip to content

Commit 835a527

Browse files
authored
rm is_error import (#420)
1 parent cf2fa48 commit 835a527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export tokenize, untokenize
55
using ..JuliaSyntax: JuliaSyntax, Kind, @K_str, @KSet_str
66

77
import ..JuliaSyntax: kind,
8-
is_literal, is_error, is_contextual_keyword, is_word_operator
8+
is_literal, is_contextual_keyword, is_word_operator
99

1010
#-------------------------------------------------------------------------------
1111
# Character-based predicates for tokenization

0 commit comments

Comments
 (0)