1
Fork 0

Add more timing info to render_html

- Show `create_renderer` and `renderer_after_crate` by default
- Don't rewrite `extra_verbose_generic_activity`
This commit is contained in:
Joshua Nelson 2021-01-22 10:38:30 -05:00
parent bf86fd5221
commit 1d1010f1af
3 changed files with 30 additions and 12 deletions

View file

@ -384,6 +384,10 @@ crate fn initial_ids() -> Vec<String> {
/// Generates the documentation for `crate` into the directory `dst`
impl<'tcx> FormatRenderer<'tcx> for Context<'tcx> {
fn descr() -> &'static str {
"html"
}
fn init(
mut krate: clean::Crate,
options: RenderOptions,