Fix nightly's 'acceptable regression'

This commit is contained in:
Francis Lalonde 2019-05-21 21:45:30 -04:00
parent ab818afe53
commit c523dc966b
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ impl PrometheusScope {
return Ok(());
}
match minreq::get(self.push_url.as_ref())
.with_body(buf.as_ref())
match minreq::get(self.push_url.as_str())
.with_body(buf.as_str())
.send()
{
Ok(_res) => {