From 8d90c795cda3edea6b90b4ebbdb487595df3cbaf Mon Sep 17 00:00:00 2001 From: Duncan Garmonsway Date: Sun, 3 Jul 2022 23:14:07 +0100 Subject: [PATCH] Lint --- lychee-lib/src/types/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee-lib/src/types/input.rs b/lychee-lib/src/types/input.rs index 544495cdbc..a11909ede7 100644 --- a/lychee-lib/src/types/input.rs +++ b/lychee-lib/src/types/input.rs @@ -342,7 +342,7 @@ impl Input { file_type_hint.unwrap_or_default() }; let input_content = InputContent { - file_type: file_type, + file_type, source: InputSource::FsPath(path), content, };