Correct Gankra's name in the linkedlist lint

This commit is contained in:
Nilstrieb 2023-01-02 19:58:00 +01:00
parent a85e480dd1
commit f53c6e2f15

View file

@ -127,7 +127,7 @@ declare_clippy_lint! {
/// `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.