Skip to content

Commit 26ce8a9

Browse files
Apply suggestion from @bjorn3
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
1 parent e743a4d commit 26ce8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap/src/core/builder/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ impl Builder<'_> {
10821082
// rustc creates absolute paths (in part bc of the `rust-src` unremap
10831083
// and for working directory) so let's remap the build directory as well.
10841084
format!("{}={map_to}", self.build.src.display()),
1085-
// remap OUT_DIR so they don't leak into artifacs.
1085+
// remap OUT_DIR so they don't leak into artifacts.
10861086
format!("{}={map_to}/out", self.build.out.display()),
10871087
]
10881088
.join("\t");

0 commit comments

Comments
 (0)