mdbook/src
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
..
book Revert "remove __non_exhaustive members, add non_exhaustive attribute instead" 2022-07-09 17:43:17 +02:00
cmd Always show the "serving on" info for mdbook serve. 2022-07-01 14:36:18 -07:00
preprocess Revert "remove __non_exhaustive members, add non_exhaustive attribute instead" 2022-07-09 17:43:17 +02:00
renderer Workaround rust nightly borrowcheck error (#1860) 2022-07-22 15:15:12 +10:00
theme Fixed code padding in headings 2022-07-13 19:12:33 -04:00
utils Merge pull request #1832 from ISSOtm/clippy 2022-06-27 14:28:39 -07:00
config.rs Fix Clippy lints 2022-06-27 23:08:45 +02:00
lib.rs Fix Clippy lints 2022-06-27 23:08:45 +02:00
main.rs Always open index page with serve --open 2022-07-01 09:01:25 +02:00