From b81933ef0f8391d1c2ae8b4e3dc39f1509c7f710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 12 Jul 2024 17:06:33 +0200 Subject: [PATCH] Modify FIXME comment --- src/bootstrap/src/utils/exec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/src/utils/exec.rs b/src/bootstrap/src/utils/exec.rs index c8457f2d0c906..b053016499730 100644 --- a/src/bootstrap/src/utils/exec.rs +++ b/src/bootstrap/src/utils/exec.rs @@ -153,7 +153,7 @@ impl BootstrapCommand { } /// Provides access to the stdlib Command inside. - /// All usages of this function should be eventually removed from bootstrap. + /// FIXME: This function should be eventually removed from bootstrap. pub fn as_command_mut(&mut self) -> &mut Command { // We don't know what will happen with the returned command, so we need to mark this // command as executed proactively.