Skip to content

Commit 37a42fe

Browse files
weihanglocharmitro
authored andcommitted
docs: remove untrue TODO for native_dirs
`native_dirs` is still in use. See <rust-lang#6194>
1 parent 7dfba02 commit 37a42fe

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)