rust/src/librustdoc
kennytm facad1d6f2
Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavus
Remove unneeded extra chars to reduce search-index size

Before:

```
2013782 Dec 11 10:16 build/x86_64-unknown-linux-gnu/doc/search-index.js
```

After:

```
1736597 Dec 11 10:50 build/x86_64-unknown-linux-gnu/doc/search-index.js
```

No changes in the output of the search.

r? @QuietMisdreavus
2018-12-14 22:10:13 +08:00
..
2018-12-12 08:09:26 -08:00
2018-10-11 21:37:04 +02:00
2018-12-12 08:09:26 -08:00
2018-11-26 15:03:13 -06:00

For more information about how librustdoc works, see the rustc guide.