From e0059c4292dc2369f1040100a41628607c99a971 Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Thu, 25 Apr 2024 08:32:35 +0200 Subject: [PATCH] Fix typo --- lychee-bin/src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee-bin/src/stats.rs b/lychee-bin/src/stats.rs index 325a631b34..1254e62884 100644 --- a/lychee-bin/src/stats.rs +++ b/lychee-bin/src/stats.rs @@ -1,4 +1,4 @@ -// Disable lint, clippy thinks that InputSource has inner mutability, but this seems like a flase positive +// Disable lint, clippy thinks that InputSource has inner mutability, but this seems like a false positive #![allow(clippy::mutable_key_type)] use std::collections::{HashMap, HashSet};