]> git.lizzy.rs Git - rust.git/commit
error: remove StringError from Debug output
authorSean McArthur <sean@seanmonstar.com>
Fri, 17 May 2019 00:09:04 +0000 (17:09 -0700)
committerSean McArthur <sean@seanmonstar.com>
Fri, 17 May 2019 00:37:43 +0000 (17:37 -0700)
commitd2d89b10de394b4a1d5e2491dfffd3d65d1741b3
tree3ce404ef8ca9023a6301f7f93be8e17fd0501481
parent7d5aa43325ad7629766b1183011f5bf5b2a1ea26
error: remove StringError from Debug output

Seeing `StringError("something something")` in debug output can cause
 someone to think there was an error dealing with `String`s, not that the
error type is just a string. So, remove that noise.
src/libstd/error.rs