Skip to content

Commit ed9b12d

Browse files
authored
rustdoc doesn't like bare urls
1 parent 59cc718 commit ed9b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/abi/call/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub enum ParamExtension {
1212
/// accommodate Apple's deviation from the usual AArch64 ABI as defined by
1313
/// ARM.)
1414
///
15-
/// See also: https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly
15+
/// See also: <https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms#Pass-Arguments-to-Functions-Correctly>
1616
ExtendTo32Bits,
1717

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

0 commit comments

Comments
 (0)