clippy fix
This commit is contained in:
parent
b10a06f89b
commit
f7a6b30a99
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue