Skip to content

Commit b580195

Browse files
Remove rename from exports
It's not part of the public API and it's not documented.
1 parent 1f619bf commit b580195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export BipartiteGraph, equation_dependencies, variable_dependencies
226226
export eqeq_dependencies, varvar_dependencies
227227
export asgraph, asdigraph
228228

229-
export toexpr, rename, get_variables
229+
export toexpr, get_variables
230230
export simplify, substitute
231231
export build_function
232232
export @register

0 commit comments

Comments
 (0)