update(generator): use full path RegisterSpec traits

to avoid unused `use` warning
This commit is contained in:
Wataru Otsubo 2025-05-30 05:19:06 +09:00
parent 4bbb157228
commit 2baf19a190
4 changed files with 9 additions and 9 deletions

View file

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve error message from syn in generator. !15
- Removed top level module (register_interface), and now it can have arbitrary name.
- Use full path `RegisterSpec`s to avoid unused `use`
## [0.3.1] - 2025-04-11