Skip to content

Commit

Permalink
rustdoc doesn't like bare urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Aug 22, 2022
1 parent 59cc718 commit ed9b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/abi/call/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum ParamExtension {
/// accommodate Apple's deviation from the usual AArch64 ABI as defined by
/// ARM.)
///
/// See also: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly
/// See also: <https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly>
ExtendTo32Bits,

/// Indicates that no sign- nor zero-extension is performed: if a value of
Expand Down

0 comments on commit ed9b12d

Please sign in to comment.