Skip to content

Commit d78e253

Browse files
mtak-gnzlbg
authored andcommitted
clippy fix
1 parent b506404 commit d78e253

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

Lines changed: 1 addition & 1 deletion
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)