From e4e751ce2b3fd82d7b3882fb3cbbdef7e2d42601 Mon Sep 17 00:00:00 2001 From: ethan-000 Date: Sat, 11 Feb 2023 10:49:16 +0000 Subject: [PATCH] fix --- src/cargo/core/compiler/lto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/compiler/lto.rs b/src/cargo/core/compiler/lto.rs index f50b16f895ee..c2d04f2156fb 100644 --- a/src/cargo/core/compiler/lto.rs +++ b/src/cargo/core/compiler/lto.rs @@ -16,7 +16,7 @@ use std::collections::hash_map::{Entry, HashMap}; /// `ObjectAndBitcode` | | ✓ | ✓ /// `OnlyObject` | `-C embed-bitcode=no` | ✓ | /// -/// See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#lto +/// See #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum Lto { /// LTO is run for this rustc, and it's `-Clto=foo`. If the given value is