]> git.proxmox.com Git - cargo.git/commitdiff
Remove dead code
authorhi-rustin <rustin.liu@gmail.com>
Tue, 13 Sep 2022 12:48:26 +0000 (20:48 +0800)
committerhi-rustin <rustin.liu@gmail.com>
Tue, 13 Sep 2022 12:48:26 +0000 (20:48 +0800)
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
src/bin/cargo/cli.rs

index 5d7fc66d37fc4c6a3b046130cf6e1127395ec5de..00e528d80f7a5907676e13e2241653e0dd14d5d6 100644 (file)
@@ -480,13 +480,6 @@ impl LazyConfig {
         Self { config: None }
     }
 
-    /// Check whether the config is loaded
-    ///
-    /// This is useful for asserts in case the environment needs to be setup before loading
-    pub fn is_init(&self) -> bool {
-        self.config.is_some()
-    }
-
     /// Get the config, loading it if needed
     ///
     /// On error, the process is terminated