Skip to content

Commit

Permalink
Auto merge of #11025 - hi-rustin:rustin-patch-typo, r=Eh2406
Browse files Browse the repository at this point in the history
Fix typo

Just fix a typo. bacwkards -> backwards
  • Loading branch information
bors committed Aug 27, 2022
2 parents 716d401 + c1d1246 commit bcf18e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/build_context/target_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ impl Flags {
/// provided) for artifacts that are always built for the host (plugins, build scripts, ...).
/// For those artifacts, _only_ `host.*.rustflags` is respected, and no other configuration
/// sources, _regardless of the value of `target-applies-to-host`_. This is counterintuitive, but
/// necessary to retain bacwkards compatibility with older versions of Cargo.
/// necessary to retain backwards compatibility with older versions of Cargo.
fn env_args(
config: &Config,
requested_kinds: &[CompileKind],
Expand Down

0 comments on commit bcf18e5

Please sign in to comment.