Skip to content

Commit

Permalink
docs: remove untrue TODO for native_dirs
Browse files Browse the repository at this point in the history
`native_dirs` is still in use.

See <rust-lang#6194>
  • Loading branch information
weihanglo committed Mar 23, 2024
1 parent 8bcecfe commit 1195206
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 1195206

Please sign in to comment.