From: Richard Dodd Date: Sat, 7 Oct 2017 12:47:21 +0000 (+0100) Subject: Update docs (replace todos) X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=24d745a1754c34f05ae0ed0091966fc22e3b43ec;p=cargo.git Update docs (replace todos) --- diff --git a/src/cargo/util/config.rs b/src/cargo/util/config.rs index ac6cd9137..039993567 100644 --- a/src/cargo/util/config.rs +++ b/src/cargo/util/config.rs @@ -50,9 +50,9 @@ pub struct Config { rustdoc: LazyCell, /// Whether we are printing extra verbose messages extra_verbose: bool, - /// TODO to do with Cargo.lock + /// `frozen` is set if we shouldn't access the network frozen: bool, - /// TODO to do with Cargo.lock + /// `locked` is set if we should not update lock files locked: bool, /// A global static IPC control mechanism (used for managing parallel builds) jobserver: Option,