Skip to content

Commit c1d1246

Browse files
committed
Fix typo
Signed-off-by: hi-rustin <[email protected]>
1 parent 716d401 commit c1d1246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/build_context/target_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ impl Flags {
597597
/// provided) for artifacts that are always built for the host (plugins, build scripts, ...).
598598
/// For those artifacts, _only_ `host.*.rustflags` is respected, and no other configuration
599599
/// sources, _regardless of the value of `target-applies-to-host`_. This is counterintuitive, but
600-
/// necessary to retain bacwkards compatibility with older versions of Cargo.
600+
/// necessary to retain backwards compatibility with older versions of Cargo.
601601
fn env_args(
602602
config: &Config,
603603
requested_kinds: &[CompileKind],

0 commit comments

Comments
 (0)