File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ files will be included as a {target_kind_human} target:
603
603
{rem_targets_str}
604
604
This is likely to break cargo build or cargo test as these files may not be
605
605
ready to be compiled as a {target_kind_human} target today. You can future-proof yourself
606
- and disable this warning by adding {autodiscover_flag_name} = false to your [package]
606
+ and disable this warning by adding ` {autodiscover_flag_name} = false` to your [package]
607
607
section. You may also move the files to a location where Cargo would not
608
608
automatically infer them to be a target, such as in subfolders.
609
609
Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ files will be included as a benchmark target:
762
762
763
763
This is likely to break cargo build or cargo test as these files may not be
764
764
ready to be compiled as a benchmark target today. You can future-proof yourself
765
- and disable this warning by adding autobenches = false to your [package]
765
+ and disable this warning by adding ` autobenches = false` to your [package]
766
766
section. You may also move the files to a location where Cargo would not
767
767
automatically infer them to be a target, such as in subfolders.
768
768
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ files will be included as a example target:
455
455
456
456
This is likely to break cargo build or cargo test as these files may not be
457
457
ready to be compiled as a example target today. You can future-proof yourself
458
- and disable this warning by adding autoexamples = false to your [package]
458
+ and disable this warning by adding ` autoexamples = false` to your [package]
459
459
section. You may also move the files to a location where Cargo would not
460
460
automatically infer them to be a target, such as in subfolders.
461
461
You can’t perform that action at this time.
0 commit comments