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:
603603{rem_targets_str}
604604This is likely to break cargo build or cargo test as these files may not be
605605ready 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]
607607section. You may also move the files to a location where Cargo would not
608608automatically infer them to be a target, such as in subfolders.
609609
Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ files will be included as a benchmark target:
762762
763763This is likely to break cargo build or cargo test as these files may not be
764764ready 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]
766766section. You may also move the files to a location where Cargo would not
767767automatically infer them to be a target, such as in subfolders.
768768
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ files will be included as a example target:
455455
456456This is likely to break cargo build or cargo test as these files may not be
457457ready 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]
459459section. You may also move the files to a location where Cargo would not
460460automatically infer them to be a target, such as in subfolders.
461461
You can’t perform that action at this time.
0 commit comments