We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518d2b commit 4977726Copy full SHA for 4977726
src/bootstrap/setup.rs
@@ -91,7 +91,7 @@ impl Step for Profile {
91
92
fn should_run(mut run: ShouldRun<'_>) -> ShouldRun<'_> {
93
for choice in Profile::all() {
94
- run = run.alias(&choice.to_string());
+ run = run.alias(choice.as_str());
95
}
96
run
97
0 commit comments