Disable unused type warnings for type used inside of records #983

Merged
ghallak merged 3 commits from ghallak/490 into master 2023-11-27 18:12:25 +09:00
Showing only changes of commit 18609c2927 - Show all commits

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
include paths are now always relative to the file containing the `include` statement. include paths are now always relative to the file containing the `include` statement.
### Removed ### Removed
### Fixed ### Fixed
- Disable unused type warnings for types used inside of records.
## [7.4.0] ## [7.4.0]
### Changed ### Changed