Skip to content

Commit e55b025

Browse files
committed
Remove undefined @pack from exports. Fixes #148
1 parent 029dad2 commit e55b025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import Base: @__doc__
4545
import OrderedCollections: OrderedDict
4646
using UnPack: @unpack, @pack!
4747

48-
export @with_kw, @with_kw_noshow, type2dict, reconstruct, @unpack, @pack!, @pack, @consts
48+
export @with_kw, @with_kw_noshow, type2dict, reconstruct, @unpack, @pack!, @consts
4949

5050
## Parser helpers
5151
#################

0 commit comments

Comments
 (0)