Skip to content

Commit

Permalink
Auto merge of #6194 - dwijnand:todo-remove-Compilation.native_dirs, r…
Browse files Browse the repository at this point in the history
…=dwijnand

Remove the remote TODO on Compilation.native_dirs

It's still used, see tests:

* build_script::doctest_receives_build_link_args
* build_script::rename_with_link_search_path
* run::run_with_library_paths
* run::library_paths_sorted_alphabetically

Originally I was trying to action #792 (comment) with this PR
  • Loading branch information
bors committed Oct 24, 2018
2 parents 2098c96 + b9f864e commit efb7972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/core/compiler/compilation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub struct Compilation<'cfg> {
/// LD_LIBRARY_PATH as appropriate.
///
/// The order should be deterministic.
// TODO: deprecated, remove
pub native_dirs: BTreeSet<PathBuf>,

/// Root output directory (for the local package's artifacts)
Expand Down

0 comments on commit efb7972

Please sign in to comment.