]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #64422 - ollie27:error_index_generator_stringify, r=Mark-Simulacrum
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 14 Sep 2019 14:42:35 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 14:42:35 +0000 (16:42 +0200)
Remove raw string literal quotes from error index descriptions

The error index has unnecessary `r##"` and `"##` around the descriptions from #63721. Removing the `stringify` call removes them.

r? @Mark-Simulacrum


Trivial merge