Skip to content

Commit 61beda6

Browse files
committed
command_prelude: document ProfileChecking
1 parent fb75361 commit 61beda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/command_prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ pub fn subcommand(name: &'static str) -> App {
236236
])
237237
}
238238

239+
// Determines whether or not to gate `--profile` as unstable when resolving it.
239240
pub enum ProfileChecking {
240241
Checked,
241242
Unchecked,

0 commit comments

Comments
 (0)