Change AST::clone_source to AST::source_raw.

This commit is contained in:
Stephen Chung
2021-06-28 13:53:30 +08:00
parent 7196b017f5
commit 0888738b75
4 changed files with 55 additions and 52 deletions

View File

@@ -8,6 +8,12 @@ The official version `1.0`.
Almost the same version as `0.20.3` but with deprecated API removed.
Breaking changes
----------------
* All deprecated API's (e.g. the `RegisterFn` and `RegisterResultFn` traits) are removed.
* `Module::set_id` is split into `Module::set_id` and `Module::clear_id` pair.
Enhancements
------------