mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
intrinsic-test: document --sample-percentage
This flag was missing documentation but the other flags had documentation
This commit is contained in:
@@ -19,6 +19,7 @@ pub struct Cli {
|
||||
#[arg(long)]
|
||||
pub target: String,
|
||||
|
||||
/// Percentage of intrinsics to test (used to limit testing to keep CI times manageable)
|
||||
#[arg(long, default_value_t = 100u8)]
|
||||
pub sample_percentage: u8,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user