Skip to content

Commit 96366bd

Browse files
jofasweihanglo
andauthored
Update src/cargo/core/compiler/compilation.rs
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
1 parent 8f9e44d commit 96366bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/compiler/compilation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ fn get_sysroot_target_libdir(
398398
.unwrap();
399399

400400
anyhow::anyhow!(
401-
"could not find specification for target \"{target}\".\n \
402-
Dependency `{dependency}` requires to build for target \"{target}\"."
401+
"could not find specification for target `{target}`.\n \
402+
Dependency `{dependency}` requires to build for target `{target}`."
403403
)
404404
})?
405405
.sysroot_target_libdir

0 commit comments

Comments
 (0)