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 a1ffaad commit 61cd811Copy full SHA for 61cd811
src/registers/xcontrol.rs
@@ -85,7 +85,7 @@ mod x86_64 {
85
/// ## Safety
86
///
87
/// This function is unsafe because it's possible to
88
- /// enable features that are not supported by the architecture
+ /// enable features that are not supported by the architecture.
89
#[inline]
90
pub unsafe fn write(flags: XCr0Flags) {
91
let old_value = Self::read_raw();
0 commit comments