reem / rust-modifier

Convenient chaining APIs for free
29 stars 9 forks source link

(fix) Make Set inherit Sized #11

Closed MelleB closed 9 years ago

MelleB commented 9 years ago

In the current-rust nightly the project failed to build due to Set not implementing Sized.

I'm new to rust and unsure if this is the way to go.

rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000) cargo 0.0.1-pre-nightly (4657875 2015-01-03 23:29:22 +0000)

reem commented 9 years ago

Thank you for the PR, but this was fixed in a similar PR submitted earlier that I just merged. Still, thanI you for contributing.