Add #[doc(hidden)] to plugin-generated artifacts.

This commit is contained in:
Stephen Chung
2022-06-05 18:07:20 +08:00
parent c200a609ea
commit 5dc8b20c8d
5 changed files with 174 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Bug fixes
* Missing `to_int` from `Decimal` is added.
* Parsing of index expressions is relaxed and many cases no longer result in an index-type error to allow for custom indexers.
* Merging or combining a self-contained `AST` into another `AST` now works properly.
* Plugin modules/functions no longer generate errors under `#![deny(missing_docs)]`.
Deprecated API's
----------------