rust/src/librustdoc/html
Matthias Krüger 02b7754f9e don't use .into() to convert types to identical types (clippy::useless_conversion)
Example:
let _x: String = String::from("hello world").into();
2021-08-03 10:17:57 +02:00
..
highlight Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
markdown Escape item search summaries 2021-07-24 17:15:01 -07:00
render don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
static Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=GuillaumeGomez 2021-07-25 21:41:57 +00:00
templates Add missing whitespace after attribute in HTML template 2021-07-26 11:37:34 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
highlight.rs Rename 'bad prefix' to 'unknown prefix'. 2021-06-26 23:11:14 +08:00
layout.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
markdown.rs Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514 2021-07-26 16:04:32 +02:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
static_files.rs Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00