File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ library in the manifest.
7474
7575Binary targets are automatically built if there is an integration test or
7676benchmark. This allows an integration test to execute the binary to exercise
77- and test its behavior. The ` CARGO_bin_EXE_ <name>`
77+ and test its behavior. The ` CARGO_BIN_EXE_ <name>`
7878[ environment variable] ( ../reference/environment-variables.html#environment-variables-cargo-sets-for-crates )
7979is set when the integration test is built so that it can use the
8080[ ` env ` macro] ( https://doc.rust-lang.org/std/macro.env.html ) to locate the
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ OPTIONS
115115
116116 Binary targets are automatically built if there is an integration test
117117 or benchmark. This allows an integration test to execute the binary to
118- exercise and test its behavior. The CARGO_bin_EXE_ <name> environment
118+ exercise and test its behavior. The CARGO_BIN_EXE_ <name> environment
119119 variable
120120 <https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates>
121121 is set when the integration test is built so that it can use the env
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ library in the manifest.
131131
132132Binary targets are automatically built if there is an integration test or
133133benchmark. This allows an integration test to execute the binary to exercise
134- and test its behavior. The ` CARGO_bin_EXE_ <name>`
134+ and test its behavior. The ` CARGO_BIN_EXE_ <name>`
135135[ environment variable] ( ../reference/environment-variables.html#environment-variables-cargo-sets-for-crates )
136136is set when the integration test is built so that it can use the
137137[ ` env ` macro] ( https://doc.rust-lang.org/std/macro.env.html ) to locate the
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ library in the manifest.
139139.sp
140140Binary targets are automatically built if there is an integration test or
141141benchmark. This allows an integration test to execute the binary to exercise
142- and test its behavior. The \fB CARGO_bin_EXE_ <name>\fR
142+ and test its behavior. The \fB CARGO_BIN_EXE_ <name>\fR
143143\fI environment variable \fR <https://doc.rust\- lang.org/cargo/reference/environment\- variables.html#environment\- variables\- cargo\- sets\- for\- crates>
144144is set when the integration test is built so that it can use the
145145\fI\f(BI env \fI macro \fR <https://doc.rust\- lang.org/std/macro.env.html> to locate the
You can’t perform that action at this time.
0 commit comments