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:
bors 2024-03-23 14:57:21 +00:00
commit 1728ac594a

View File

@ -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(),