File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,6 @@ pub trait ArgMatchesExt {
485
485
if build_config. future_incompat_report {
486
486
config
487
487
. cli_unstable ( )
488
- // TODO: Tracking issue
489
488
. fail_if_stable_opt ( "--future-incompat-report" , 9241 ) ?;
490
489
491
490
if !config. cli_unstable ( ) . future_incompat_report {
Original file line number Diff line number Diff line change @@ -1205,7 +1205,7 @@ lowest precedence.
1205
1205
Relative ` path ` dependencies in such a ` [patch] ` section are resolved
1206
1206
relative to the configuration file they appear in.
1207
1207
1208
- ## ` cargo config `
1208
+ ### ` cargo config `
1209
1209
1210
1210
* Original Issue: [ #2362 ] ( https://github.com/rust-lang/cargo/issues/2362 )
1211
1211
* Tracking Issue: [ #9301 ] ( https://github.com/rust-lang/cargo/issues/9301 )
You can’t perform that action at this time.
0 commit comments