Skip to content

Commit

Permalink
Fix remaining issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed May 9, 2019
1 parent 63e098b commit 1ed22f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
abi_unadjusted,
adx_target_feature,
rtm_target_feature,
f16c_target_feature,
external_doc
)]
#![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))]
Expand Down
1 change: 1 addition & 0 deletions crates/core_arch/src/x86/rtm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub const _XBEGIN_STARTED: u32 = !0;

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

/// Transaction retry is possible.
Expand Down

0 comments on commit 1ed22f7

Please sign in to comment.