rust/src/librustdoc/html
Dylan DPC 9709785d12
Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum
Replace filter_map().next() calls with find_map()

These are semantically the same, but `find_map()` is more concise.
2020-04-25 18:30:30 +02:00
..
markdown Update LangString::parse usage in markdown tests 2020-04-23 17:02:37 +02:00
render Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnison 2020-04-20 18:07:05 +02:00
static
toc
escape.rs
format.rs
highlight.rs Dogfood or_patterns in rustdoc 2020-04-16 13:58:47 -07:00
item_type.rs
layout.rs
markdown.rs Fix librustdoc error due to as_local_hir_id changes 2020-04-23 23:41:47 +01:00
render.rs Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
sources.rs
static_files.rs
toc.rs Avoid unused Option::map results 2020-04-24 13:58:41 -07:00