We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4671254 commit 96a049cCopy full SHA for 96a049c
src/uu/cat/src/cat.rs
@@ -485,6 +485,7 @@ fn get_input_type(path: &OsString) -> CatResult<InputType> {
485
486
/// Writes handle to stdout with no configuration. This allows a
487
/// simple memory copy.
488
+#[allow(unused_variables)]
489
fn write_fast<R: FdReadable>(handle: &mut InputHandle<R>, skip_splice: bool) -> CatResult<()> {
490
let stdout = io::stdout();
491
let mut stdout_lock = stdout.lock();
0 commit comments