diff --git a/lychee-lib/src/types/input.rs b/lychee-lib/src/types/input.rs index 544495cdb..a11909ede 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, };