Auto merge of #10146 - Nilstrieb:💀, r=llogiq

Correct Gankra's name in the linkedlist lint

changelog: [`linkedlist`]: Update description
This commit is contained in:
bors 2023-01-02 20:14:21 +00:00
commit 3006c7cd4f

View File

@ -127,7 +127,7 @@
/// `Vec` or a `VecDeque` (formerly called `RingBuf`).
///
/// ### Why is this bad?
/// Gankro says:
/// Gankra says:
///
/// > The TL;DR of `LinkedList` is that it's built on a massive amount of
/// pointers and indirection.