From 24d745a1754c34f05ae0ed0091966fc22e3b43ec Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Sat, 7 Oct 2017 13:47:21 +0100 Subject: [PATCH] Update docs (replace todos) --- src/cargo/util/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.30.2