Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-000 committed Feb 11, 2023
1 parent 4aea261 commit e4e751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/lto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#lto>
#[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
Expand Down

0 comments on commit e4e751c

Please sign in to comment.