From 52671503d08d2e3378a9289d2994b51560b796a9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Feb 2022 18:04:13 -0500 Subject: fix one more comment --- src/runner/command.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runner/command.rs b/src/runner/command.rs index 4b21199..89bc27b 100644 --- a/src/runner/command.rs +++ b/src/runner/command.rs @@ -86,8 +86,8 @@ impl Command { } } - // Safety: see pre_exec in async_std::os::unix::process::CommandExt (this - // is just a wrapper) + // Safety: see pre_exec in tokio::process::Command (this is just a + // wrapper) pub unsafe fn pre_exec(&mut self, f: F) where F: 'static + FnMut() -> std::io::Result<()> + Send + Sync, -- cgit v1.2.3-54-g00ecf