Skip to content

Commit 2536ddb

Browse files
llogiqjyn514
authored andcommitted
add clippy lint list to Rust dropdown menu
1 parent 66273ee commit 2536ddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/header/topbar_end.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
text="The Cargo Guide",
6666
target="_blank"
6767
) }}
68+
69+
{{ macros::menu_link(
70+
href="https://doc.rust-lang.org/nightly/clippy",
71+
text="Clippy Documentation",
72+
target="_blank"
73+
) }}
6874
</ul>
6975
</li>
7076
</ul>

0 commit comments

Comments
 (0)