mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #13631 - weihanglo:deprecate, r=ehuss
docs: remove untrue TODO for `native_dirs` `native_dirs` is still in use.
This commit is contained in:
commit
1728ac594a
@ -140,7 +140,6 @@ impl<'gctx> Compilation<'gctx> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Ok(Compilation {
|
Ok(Compilation {
|
||||||
// TODO: deprecated; remove.
|
|
||||||
native_dirs: BTreeSet::new(),
|
native_dirs: BTreeSet::new(),
|
||||||
root_output: HashMap::new(),
|
root_output: HashMap::new(),
|
||||||
deps_output: HashMap::new(),
|
deps_output: HashMap::new(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user