Move AST::new() and AST::new_with_source() to internals.

This commit is contained in:
Stephen Chung
2021-11-29 10:58:46 +08:00
parent c5f2b0a253
commit 0ab86ac623
3 changed files with 60 additions and 22 deletions

View File

@@ -272,7 +272,7 @@ impl Engine {
}
/// Generate a list of all functions in JSON format.
/// Available only under the `metadata` feature.
/// Exported under the `metadata` feature only.
///
/// Functions from the following sources are included:
/// 1) Functions registered into the global namespace