Skip to content

Commit 51a1dc4

Browse files
committed
Correct use! -> extend! to get development symbols
1 parent eef1d34 commit 51a1dc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/StrFormat.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Licensed under MIT License, see LICENSE.md
77
"""
88
module StrFormat
99

10-
using ModuleInterfaceTools, Format
10+
using ModuleInterfaceTools
1111

12-
@api use! StrLiterals
12+
@api extend! Format, StrLiterals
1313

1414
function _parse_format(str, pos, fun)
1515
ex, j = parse(Expr, str, pos; greedy=false)

0 commit comments

Comments
 (0)