We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877da76 commit 962e404Copy full SHA for 962e404
src/cargo/core/compiler/fingerprint/mod.rs
@@ -770,9 +770,6 @@ pub enum StaleItem {
770
impl LocalFingerprint {
771
/// Read the environment variable of the given env `key`, and creates a new
772
/// [`LocalFingerprint::RerunIfEnvChanged`] for it.
773
- ///
774
- // TODO: This is allowed at this moment. Should figure out if it makes
775
- // sense if permitting to read env from the config system.
776
#[allow(clippy::disallowed_methods)]
777
fn from_env<K: AsRef<str>>(
778
key: K,
0 commit comments