Update docs (replace todos)
authorRichard Dodd <richard.o.dodd@gmail.com>
Sat, 7 Oct 2017 12:47:21 +0000 (13:47 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2017 12:47:21 +0000 (13:47 +0100)
src/cargo/util/config.rs

index ac6cd91371d44ac25341341a1dee777e9ca6c79f..039993567b8b4800106c1b786741f2cd23070906 100644 (file)
@@ -50,9 +50,9 @@ pub struct Config {
     rustdoc: LazyCell<PathBuf>,
     /// 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<jobserver::Client>,