rust/src/librustdoc
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
..
clean Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
html Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
passes Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
test
theme
Cargo.toml
config.rs
core.rs Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
docfs.rs Fix clippy warnings 2020-04-15 23:38:48 +02:00
doctree.rs
externalfiles.rs
fold.rs
lib.rs Dogfood or_patterns in rustdoc 2020-04-16 13:58:47 -07:00
markdown.rs Create new rustdoc lint to check for code blocks tags 2020-04-23 14:30:30 +02:00
README.md
test.rs Create new rustdoc lint to check for code blocks tags 2020-04-23 14:30:30 +02:00
theme.rs
visit_ast.rs Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
visit_lib.rs

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