Fix automatic_links warnings
This commit is contained in:
parent
7f839b2ece
commit
55b4d21e25
8 changed files with 8 additions and 7 deletions
|
@ -950,7 +950,7 @@ pub struct TargetOptions {
|
|||
/// The MergeFunctions pass is generally useful, but some targets may need
|
||||
/// to opt out. The default is "aliases".
|
||||
///
|
||||
/// Workaround for: https://github.com/rust-lang/rust/issues/57356
|
||||
/// Workaround for: <https://github.com/rust-lang/rust/issues/57356>
|
||||
pub merge_functions: MergeFunctions,
|
||||
|
||||
/// Use platform dependent mcount function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue