File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Available unstable (nightly-only) flags:
32
32
-Z avoid-dev-deps -- Avoid installing dev-dependencies if possible
33
33
-Z minimal-versions -- Install minimal dependency versions instead of maximum
34
34
-Z no-index-update -- Do not update the registry, avoids a network request for benchmarking
35
- -Z unstable-options -- Allow the usage of unstable options such as --registry
35
+ -Z unstable-options -- Allow the usage of unstable options
36
36
-Z config-profile -- Read profiles from .cargo/config files
37
37
-Z timings -- Display concurrency information
38
38
-Z doctest-xcompile -- Compile and run doctests for non-host target using runner config
Original file line number Diff line number Diff line change @@ -376,8 +376,6 @@ fn explain() {
376
376
#[ cargo_test]
377
377
fn z_flags_help ( ) {
378
378
cargo_process ( "-Z help" )
379
- . with_stdout_contains (
380
- " -Z unstable-options -- Allow the usage of unstable options such as --registry" ,
381
- )
379
+ . with_stdout_contains ( " -Z unstable-options -- Allow the usage of unstable options" )
382
380
. run ( ) ;
383
381
}
You can’t perform that action at this time.
0 commit comments