Skip to content

Commit c92dcd9

Browse files
authored
Update markdown.rs
1 parent 8aebe6e commit c92dcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/markdown.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impl<'a, I: Iterator<Item = Event<'a>>> Iterator for CodeBlocks<'_, 'a, I> {
279279
<code>{text}</code>\
280280
</pre>\
281281
</div>",
282-
static_root_path = &page.get_static_root_path(),
282+
static_root_path = &get_static_root_path(),
283283
clipboard_svg = &static_files::STATIC_FILES.clipboard_svg,
284284
added_classes = added_classes.join(" "),
285285
text = Escape(&original_text),

0 commit comments

Comments
 (0)