nrxus / faux

Struct mocking library for Rust
https://nrxus.github.io/faux/
MIT License
411 stars 14 forks source link

Fix (trait?) methods that take + return Self #41

Closed coolreader18 closed 3 years ago

coolreader18 commented 3 years ago

fixes #40

coolreader18 commented 3 years ago

Ah, looks like you got it!

nrxus commented 3 years ago

Ah! I decided to use my lunch break to fix it up, and didn't see this pending PR, sorry!

I see you also did some other clean ups though so I will take those (:

coolreader18 commented 3 years ago

No worries! I'll rebase this.

nrxus commented 3 years ago

I didn't know about syn::parse_quote, thanks a lot!