Skip to content

Commit 7ac1d3c

Browse files
committed
fix: no need for href here
1 parent f16d320 commit 7ac1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/docs/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ fn render_sidebar<'a, I: Iterator<Item = &'a ModuleDocumentation>>(modules: I) -
392392
push_html(
393393
&mut sidebar_entry_content,
394394
"button",
395-
vec![("id", "sort-button"), ("href", href)],
395+
vec![("id", "sort-button")],
396396
"Sort",
397397
);
398398

0 commit comments

Comments
 (0)