From b9f864ec1da2e2203beb3d3d384147ee74983499 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 23 Oct 2018 04:57:07 -0400 Subject: [PATCH] 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 --- src/cargo/core/compiler/compilation.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cargo/core/compiler/compilation.rs b/src/cargo/core/compiler/compilation.rs index 43224e2bd4e..72dcbdc0d5c 100644 --- a/src/cargo/core/compiler/compilation.rs +++ b/src/cargo/core/compiler/compilation.rs @@ -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, /// Root output directory (for the local package's artifacts)