diff --git a/src/uucore/src/lib/features/checksum.rs b/src/uucore/src/lib/features/checksum.rs index 21eba69dc..298826a7c 100644 --- a/src/uucore/src/lib/features/checksum.rs +++ b/src/uucore/src/lib/features/checksum.rs @@ -396,6 +396,7 @@ fn get_file_to_check( } } +/// Returns a reader to the list of checksums fn get_input_file(filename_input: &OsStr, input_is_stdin: bool) -> UResult> { if input_is_stdin { Ok(Box::new(stdin())) // Use stdin if "-" is specified