Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtak- committed Apr 23, 2019
1 parent f82a1a9 commit 4f12401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/rtm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
pub const _XBEGIN_STARTED: u32 = !0;

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

/// Transaction retry is possible.
Expand Down

0 comments on commit 4f12401

Please sign in to comment.