From 93b665d81074658935ea757a47ed4d03d88a9deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 13 Feb 2023 15:55:06 +1300 Subject: [PATCH] Fix comment --- lib/src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/run.rs b/lib/src/run.rs index 947ba929..8f099b1c 100644 --- a/lib/src/run.rs +++ b/lib/src/run.rs @@ -269,7 +269,7 @@ impl ExecHandler { } } - // Required from Rust 1.64: + // Required from Rust 1.65: // https://github.com/rust-lang/rust/pull/101077 #[cfg(unix)] {