Skip to content

Commit 3006c7c

Browse files
committed
Auto merge of #10146 - Nilstrieb:💀, r=llogiq
Correct Gankra's name in the linkedlist lint changelog: [`linkedlist`]: Update description
2 parents a85e480 + f53c6e2 commit 3006c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ declare_clippy_lint! {
127127
/// `Vec` or a `VecDeque` (formerly called `RingBuf`).
128128
///
129129
/// ### Why is this bad?
130-
/// Gankro says:
130+
/// Gankra says:
131131
///
132132
/// > The TL;DR of `LinkedList` is that it's built on a massive amount of
133133
/// pointers and indirection.

0 commit comments

Comments
 (0)