mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
Cleanup
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
use std::{os::unix::prelude::CommandExt, process::Command};
|
||||
|
||||
|
||||
|
||||
/// Command with ability to capture stdout and stderr to files
|
||||
trait CaptureOutputToFile: CommandExt {
|
||||
fn capture_to_file(&mut self) -> &mut Command;
|
||||
}
|
||||
|
||||
impl<C: CommandExt> CaptureOutputToFile
|
||||
Reference in New Issue
Block a user