Skip to content

Commit

Permalink
Remove the remote TODO on Compilation.native_dirs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dwijnand committed Oct 23, 2018
1 parent 2098c96 commit b9f864e
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 b9f864e

Please sign in to comment.