Skip to content

Commit 823ea0e

Browse files
committed
Modify FIXME comment
1 parent 1089de4 commit 823ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/exec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl BootstrapCommand {
153153
}
154154

155155
/// Provides access to the stdlib Command inside.
156-
/// All usages of this function should be eventually removed from bootstrap.
156+
/// FIXME: This function should be eventually removed from bootstrap.
157157
pub fn as_command_mut(&mut self) -> &mut Command {
158158
// We don't know what will happen with the returned command, so we need to mark this
159159
// command as executed proactively.

0 commit comments

Comments
 (0)