Skip to content

Commit 1195206

Browse files
committed
docs: remove untrue TODO for native_dirs
`native_dirs` is still in use. See <#6194>
1 parent 8bcecfe commit 1195206

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)