rust/src/librustdoc/html
Matthias Krüger 58023fedfc Fix more clippy warnings
Fixes more of:

clippy::unused_unit
clippy::op_ref
clippy::useless_format
clippy::needless_return
clippy::useless_conversion
clippy::bind_instead_of_map
clippy::into_iter_on_ref
clippy::redundant_clone
clippy::nonminimal_bool
clippy::redundant_closure
clippy::option_as_ref_deref
clippy::len_zero
clippy::iter_cloned_collect
clippy::filter_next
2020-06-09 18:51:08 +02:00
..
markdown Update librustdoc ID tests 2020-05-06 09:59:47 +02:00
render Split payload of FileName::Real to track both real and virutalized paths. 2020-05-29 23:41:45 -04:00
static Rollup merge of #71842 - tspiteri:doc-impl-const, r=GuillaumeGomez 2020-06-08 22:15:08 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs Format the world 2019-12-22 17:42:47 -05:00
format.rs Remove "important traits" feature 2020-02-27 14:51:22 +01:00
highlight.rs Dogfood or_patterns in rustdoc 2020-04-16 13:58:47 -07:00
item_type.rs Const items have by default a static lifetime, there's no need to annotate it. (clippy::redundant_static_lifetimes) 2020-03-05 16:38:24 +01:00
layout.rs Merge aliases and search-index 2020-05-07 20:08:08 +02:00
markdown.rs Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez 2020-05-12 11:41:10 +02:00
render.rs Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=eddyb 2020-05-31 17:14:44 +00:00
sources.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
static_files.rs rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes) 2020-03-07 21:48:17 +01:00
toc.rs fix rustdoc warnings 2020-05-02 10:41:04 +02:00