mdbook/src/renderer/html_handlebars/helpers
mitchmindtree 13035baeae Workaround rust nightly borrowcheck error (#1860)
Surprisingly, this fixes the error filed at #1860!

This seems suspicious, perhaps indicative of a bug in Rust's non-lexical
lifetime handling?

The lifetimes in the `handlebars::Renderable::render` method signature
are quite complicated, and its unclear to me whether or not Rust is
catching some new safety edge-case that wasn't previously handled
correctly...

Possibly related to `drop` order, which I *think* is related to the
order of binding statements?
2022-07-22 15:15:12 +10:00
..
mod.rs Run rustfmt. 2018-12-04 00:11:41 +01:00
navigation.rs Workaround rust nightly borrowcheck error (#1860) 2022-07-22 15:15:12 +10:00
theme.rs Update handlebars to 3.0 2020-01-24 11:01:44 +08:00
toc.rs Make link to first chapter active in index page 2022-06-29 23:51:18 +02:00