Skip to content

Commit

Permalink
Auto merge of #13631 - weihanglo:deprecate, r=ehuss
Browse files Browse the repository at this point in the history
docs: remove untrue TODO for `native_dirs`

`native_dirs` is still in use.
  • Loading branch information
bors committed Mar 23, 2024
2 parents 7ff7e34 + 1195206 commit 1728ac5
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 @@ -140,7 +140,6 @@ impl<'gctx> Compilation<'gctx> {
}

Ok(Compilation {
// TODO: deprecated; remove.
native_dirs: BTreeSet::new(),
root_output: HashMap::new(),
deps_output: HashMap::new(),
Expand Down

0 comments on commit 1728ac5

Please sign in to comment.