Skip to content

Commit 93e39c6

Browse files
humendaatopia
authored andcommitted
fix tidy errors
1 parent ba1126a commit 93e39c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_codegen_ssa/src/back/linker.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ impl<'a> L4Bender<'a> {
14111411
if let Ok(l4bender_args) = env::var("L4_BENDER_ARGS") {
14121412
L4Bender::split_cmd_args(&mut cmd, &l4bender_args);
14131413
}
1414-
1414+
14151415
cmd.arg("--"); // separate direct l4-bender args from linker args
14161416

14171417
if let Ok(l4_ld_opts) = env::var("L4_LD_OPTIONS") {
@@ -1425,7 +1425,7 @@ impl<'a> L4Bender<'a> {
14251425
}
14261426

14271427
/// This parses a shell-escaped string and unquotes the arguments. It doesn't attempt to
1428-
/// completely understand shell, but should instead allow passing arguments like
1428+
/// completely understand shell, but should instead allow passing arguments like
14291429
/// `-Dlinker="ld -m x86_64"`, and a copy without quotes, but spaces preserved, is added as an
14301430
/// argument to the given Command. This means that constructs as \" are not understood, so
14311431
/// quote wisely.

0 commit comments

Comments
 (0)