about summary refs log tree commit diff
path: root/src/librustdoc/html/render/sidebar.rs
AgeCommit message (Collapse)AuthorLines
2023-08-16Use more named format argsGuillaume Gomez-2/+2
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-7/+7
2023-04-01a couple clippy::complexity fixesMatthias Krüger-5/+2
map_identity filter_next option_as_ref_deref unnecessary_find_map redundant_slicing unnecessary_unwrap bool_comparison derivable_impls manual_flatten needless_borrowed_reference
2023-03-10Render doc sidebar using Askamaclubby789-0/+561