-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- allow all meta parameters (i.e., `#[allow(clippy::...)]` additions to structs/enums were accepted - remove special `#derive[(Default)]` specialization due to macro parsing conflicts with the new addition - still very easy to implement `Default` with use of `of_defaults()` - bump version to `0.3.0` as ^ is a breaking change
- Loading branch information
Andrew Gazelka
authored
Nov 8, 2022
1 parent
9cdab5f
commit f89514c
Showing
5 changed files
with
68 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.