Skip to content

Commit

Permalink
Merge pull request #1108 from sathvikbhagavan/patch-2
Browse files Browse the repository at this point in the history
refactor: remove undefined export `@register`
  • Loading branch information
ChrisRackauckas authored Mar 29, 2024
2 parents 7478e2f + a27cdde commit dd6535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symbolics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include("utils.jl")
using ConstructionBase
include("arrays.jl")

export @register, @register_symbolic, @register_array_symbolic
export @register_symbolic, @register_array_symbolic
include("register.jl")

export @variables, Variable
Expand Down

0 comments on commit dd6535e

Please sign in to comment.