Closed omid closed 7 months ago
@jaemk Reminder :D
Hey @omid, nice work. Looking at it, it mostly just seems like type
-> ty
. I like that you've made the change in places other than just the macro call for consistency.
Only thing I've noticed is that we've now got a few calls of &String.as_str()
which I think are unnecessary so I've removed them in this PR https://github.com/omid/cached/pull/1 to your branch, eveything still works.
Thanks a lot @BaxHugh. Just merged 🙏🏼
Thanks @omid and @BaxHugh !
FYI, I'm going to wait to release these changes since there's a couple more breaking changes in PR
🚧 🚧 🚧 It's a breaking change! 🚧 🚧 🚧
Because syn throws an error for keywords, we have to rename
type
to something else. A general pattern is to usety
instead oftype
.