Skip to content

Commit efb7972

Browse files
committed
Auto merge of #6194 - dwijnand:todo-remove-Compilation.native_dirs, r=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
2 parents 2098c96 + b9f864e commit efb7972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/compiler/compilation.rs

-1
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)