projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb078d9
)
Update docs (replace todos)
author
Richard Dodd
<richard.o.dodd@gmail.com>
Sat, 7 Oct 2017 12:47:21 +0000
(13:47 +0100)
committer
GitHub
<noreply@github.com>
Sat, 7 Oct 2017 12:47:21 +0000
(13:47 +0100)
src/cargo/util/config.rs
patch
|
blob
|
history
diff --git
a/src/cargo/util/config.rs
b/src/cargo/util/config.rs
index ac6cd91371d44ac25341341a1dee777e9ca6c79f..039993567b8b4800106c1b786741f2cd23070906 100644
(file)
--- a/
src/cargo/util/config.rs
+++ b/
src/cargo/util/config.rs
@@
-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.loc
k
+ ///
`frozen` is set if we shouldn't access the networ
k
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>,