Skip to content

Commit

Permalink
Modify FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jul 12, 2024
1 parent 6729f67 commit b81933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/utils/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b81933e

Please sign in to comment.