Skip to content

Commit 868a8a6

Browse files
committed
clippy fix
1 parent e41b5a7 commit 868a8a6

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/rtm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
pub const _XBEGIN_STARTED: u32 = !0;
3232

3333
/// Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
34-
/// _xabort_code(status).
34+
/// `_xabort_code(status)`.
3535
pub const _XABORT_EXPLICIT: u32 = 1 << 0;
3636

3737
/// Transaction retry is possible.

0 commit comments

Comments
 (0)