Closed javierhonduco closed 2 hours ago
Yes, good catch. That part should use with_context
and format!
.
Will fix this up. Ideally that would be caught by the linter, but I think that's still an open issue (https://github.com/rust-lang/rust-clippy/issues/10195; albeit one with a pull request, it seems).
Awesome, thanks so much!
Opening an issue for this one because I want to understand the intent of some parts of the code I might be misunderstanding.
https://github.com/d-e-s-o/debuginfod/blob/c407209c9b6b120659618695ee6d230cb462a07a/src/client.rs#L138
I don't think the
build_id
variable is being substituted here. Is this missing aformat!()
or is this intended? Thanks in advance!