You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- Added support for any number of arguments to the `classes!` macro. It was previously limited to a maximum of 16 and didn't work for 0 or 1 arguments.
## 0.5.1
- Fix nightly `import_style` macro panic when it is run by rust analyzer (PR #4).