fralalonde / dipstick

Configurable metrics toolkit for Rust applications
Apache License 2.0
99 stars 9 forks source link

v0.9.0 #81

Closed fralalonde closed 4 years ago

fralalonde commented 4 years ago
rtyler commented 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:

fralalonde commented 4 years ago

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.