Skip to content

Commit 1728ac5

Browse files
committed
Auto merge of #13631 - weihanglo:deprecate, r=ehuss
docs: remove untrue TODO for `native_dirs` `native_dirs` is still in use.
2 parents 7ff7e34 + 1195206 commit 1728ac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/compiler/compilation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ impl<'gctx> Compilation<'gctx> {
140140
}
141141

142142
Ok(Compilation {
143-
// TODO: deprecated; remove.
144143
native_dirs: BTreeSet::new(),
145144
root_output: HashMap::new(),
146145
deps_output: HashMap::new(),

0 commit comments

Comments
 (0)