Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation to the fields within derived read-only types (#8334)
Fixes #8333 # Objective Fixes issue which causes failure to compile if using `#![deny(missing_docs)]`. ## Solution Added some very basic commenting to the generated read-only fields. honestly I feel this to be up for debate since the comments are very basic and give very little useful information but the purpose of this PR is to fix the issue at hand. --- ## Changelog Added comments to the derive macro and the projects now successfully compile. --------- Co-authored-by: lupan <kallll5@hotmail.com>
- Loading branch information