Skip to content

Commit 95096d4

Browse files
committed
Tidy fix
1 parent b31634c commit 95096d4

File tree

1 file changed

+3
-3
lines changed
  • compiler/rustc_target/src/abi/call

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,10 @@ impl RiscvInterruptKind {
778778

779779
/// Metadata describing how the arguments to a native function
780780
/// should be passed in order to respect the native ABI.
781-
///
781+
///
782782
/// The signature represented by this type may not match the MIR function signature.
783-
/// Certain attributes, like `#[track_caller]` can introduce additional arguments, which are present in [`FnAbi`], but not in[`rustc_middle::ty::FnSig`].
784-
/// While this difference is rarely relevant, it should still be kept in mind.
783+
/// Certain attributes, like `#[track_caller]` can introduce additional arguments, which are present in [`FnAbi`], but not in[`rustc_middle::ty::FnSig`].
784+
/// While this difference is rarely relevant, it should still be kept in mind.
785785
///
786786
/// I will do my best to describe this structure, but these
787787
/// comments are reverse-engineered and may be inaccurate. -NDM

0 commit comments

Comments
 (0)