Skip to content

Commit 5c1d29a

Browse files
committed
Remove suffix usage from format
1 parent 482575f commit 5c1d29a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/layout.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ r##"<!DOCTYPE html>
161161
</html>"##,
162162
css_extension = if css_file_extension {
163163
format!("<link rel=\"stylesheet\" type=\"text/css\" href=\"/theme{suffix}.css\">",
164-
root_path = page.root_path,
165164
suffix=page.resource_suffix)
166165
} else {
167166
"".to_owned()

0 commit comments

Comments
 (0)