We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1089de4 commit 823ea0eCopy full SHA for 823ea0e
src/bootstrap/src/utils/exec.rs
@@ -153,7 +153,7 @@ impl BootstrapCommand {
153
}
154
155
/// Provides access to the stdlib Command inside.
156
- /// All usages of this function should be eventually removed from bootstrap.
+ /// FIXME: This function should be eventually removed from bootstrap.
157
pub fn as_command_mut(&mut self) -> &mut Command {
158
// We don't know what will happen with the returned command, so we need to mark this
159
// command as executed proactively.
0 commit comments