We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a910d75 commit 8b5aa3aCopy full SHA for 8b5aa3a
crates/core_arch/src/x86/mod.rs
@@ -567,4 +567,4 @@ mod bt;
567
pub use self::bt::*;
568
569
mod rtm;
570
-pub use self::rtm::*;
+pub use self::rtm::*;
crates/core_arch/src/x86/rtm.rs
@@ -154,12 +154,12 @@ mod tests {
154
if code == _XBEGIN_STARTED {
155
let in_tx = _xtest();
156
rtm::_xend();
157
-
+
158
// putting the assert inside the transaction would abort the transaction on fail
159
// without any output/panic/etc
160
assert_eq!(in_tx, 1);
161
break;
162
}
163
164
165
-}
+}
0 commit comments