Skip to content

Commit

Permalink
Fix inaccurate doc comment on env_args.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 16, 2020
1 parent 1492e57 commit 75fa342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cargo/core/compiler/build_context/target_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,12 @@ fn output_err_info(cmd: &ProcessBuilder, stdout: &str, stderr: &str) -> String {
///
/// then if this was not found
///
/// - `target.*.rustflags` from the manifest (Cargo.toml)
/// - `target.cfg(..).rustflags` from the manifest
/// - `target.*.rustflags` from the config (.cargo/config)
/// - `target.cfg(..).rustflags` from the config
///
/// then if neither of these were found
///
/// - `build.rustflags` from the manifest
/// - `build.rustflags` from the config
///
/// Note that if a `target` is specified, no args will be passed to host code (plugins, build
/// scripts, ...), even if it is the same as the target.
Expand Down

0 comments on commit 75fa342

Please sign in to comment.