Skip to content

Commit

Permalink
Update docs (replace todos)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-uk1 authored Oct 7, 2017
1 parent cb078d9 commit 24d745a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cargo/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 24d745a

Please sign in to comment.