Skip to content

Commit

Permalink
Remove undefined @pack from exports. Fixes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Sep 15, 2022
1 parent 029dad2 commit e55b025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Base: @__doc__
import OrderedCollections: OrderedDict
using UnPack: @unpack, @pack!

export @with_kw, @with_kw_noshow, type2dict, reconstruct, @unpack, @pack!, @pack, @consts
export @with_kw, @with_kw_noshow, type2dict, reconstruct, @unpack, @pack!, @consts

## Parser helpers
#################
Expand Down

0 comments on commit e55b025

Please sign in to comment.