We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f35b63 commit 5a1a223Copy full SHA for 5a1a223
src/cargo/util/context/mod.rs
@@ -1174,14 +1174,6 @@ impl GlobalContext {
1174
}
1175
1176
1177
- pub fn offline(&self) -> bool {
1178
- self.offline
1179
- }
1180
-
1181
- pub fn frozen(&self) -> bool {
1182
- self.frozen
1183
1184
1185
pub fn set_locked(&mut self, locked: bool) {
1186
self.locked = locked;
1187
0 commit comments