Skip to content

Commit b9f864e

Browse files
committed
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
1 parent 2098c96 commit b9f864e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/compiler/compilation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ pub struct Compilation<'cfg> {
3333
/// LD_LIBRARY_PATH as appropriate.
3434
///
3535
/// The order should be deterministic.
36-
// TODO: deprecated, remove
3736
pub native_dirs: BTreeSet<PathBuf>,
3837

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

0 commit comments

Comments
 (0)