rust/src/librustdoc/html
Matthias Krüger 6533929ae0
Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notriddle
Improve code readability by moving fmt args directly into the string

There are some of occurrences where I also transformed `write!(f, "{}", x)` into `f.write_str(x.as_str())`.

r? `@notriddle`
2023-08-16 20:10:38 +02:00
..
highlight Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown Remove some unneeded clone() calls 2023-07-30 13:26:36 +02:00
render Use more named format args 2023-08-16 16:35:23 +02:00
static Use similar color scheme to make it obvious they are linked 2023-08-04 19:45:32 +02:00
templates Rollup merge of #113115 - tshepang:patch-5, r=est31 2023-08-16 20:10:37 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs Use more named format args 2023-08-16 16:35:23 +02:00
highlight.rs Use more named format args 2023-08-16 16:35:23 +02:00
layout.rs Link to the corresponding channel in the help popover 2023-06-23 16:32:55 +02:00
length_limit.rs Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
markdown.rs Use more named format args 2023-08-16 16:35:23 +02:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Use more named format args 2023-08-16 16:35:23 +02:00
static_files.rs Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00