Anders Evensen
Anders Evensen
I think that using a closure would be fine as well. I can't think of any issues with it off the top of my head. It just comes down to...
I'm being affected by this quite a bit. This crate is almost unusable in any larger project due to the versioning conflict. Turns out `autocfg` is a really popular dependency...
@svartalf friendly ping, would love to know your thoughts on this :)
I've also wondered about this. Several times I've wanted to use something similar to `assert_ok_eq` to check that an `Err` contains an expected value.
For anyone who ended up on this issue, the "hacky" solution provided [here](https://github.com/bitflags/bitflags/issues/180#issuecomment-499302965) works.
I would add that the same URL is also still linked from https://docs.rs/sailfish/latest/sailfish/.
I can confirm that the documentation link I mentioned above is correct. The link in the README (which I believe is the one @ssokolow was referring to in the links...
I was assuming that the rust-sailfish.netlify.app url was fine because the website appears to be back online.
If you decide to go with GitHub pages, I suggest setting up a redirect from the old website to accommodate old links that may exist around the web. At least...
@mattwilkinsonn thanks a ton! Do you have any interest in also merging #8 into your fork?