Closed fralalonde closed 4 years ago
For what it's worth, I went ahead and tested your branch. Everything worked fine, and I found another place where the wrong Result
was being used :facepalm:
I assume you mean that your code was also using a Result
exported from another crate and imported through *
? That must be a recurring problem with many Rust codebases, I wonder if it's something clippy
could warn about, either on the export or import side.
extern crate dipstick;