diff --git a/src/cargo/core/compiler/fingerprint.rs b/src/cargo/core/compiler/fingerprint.rs index 32916a51f26..e38eac1eb67 100644 --- a/src/cargo/core/compiler/fingerprint.rs +++ b/src/cargo/core/compiler/fingerprint.rs @@ -1209,7 +1209,7 @@ fn calculate_normal(cx: &mut Context<'_, '_>, unit: &Unit) -> CargoResult &[Target] { &self.targets } - pub fn targets_mut(&mut self) -> &mut [Target] { - // TOOD: Remove - &mut self.targets - } pub fn version(&self) -> &Version { self.package_id().version() }