Skip to content

Commit 9321c10

Browse files
lovettchrisKha
authored andcommitted
merge: Workaround rust nightly borrowcheck error from https://github.com/rust-lang/mdBook/pull/1861/files
1 parent a0d5045 commit 9321c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/helpers/navigation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ fn render(
149149
_h.template()
150150
.ok_or_else(|| RenderError::new("Error with the handlebars template"))
151151
.and_then(|t| {
152-
let mut local_rc = rc.clone();
153152
let local_ctx = Context::wraps(&context)?;
153+
let mut local_rc = rc.clone();
154154
t.render(r, &local_ctx, &mut local_rc, out)
155155
})?;
156156

0 commit comments

Comments
 (0)