You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/registers/control.rs
+2-1
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,8 @@ mod x86_64 {
257
257
///
258
258
/// # Errors
259
259
///
260
-
/// This method returns a [`VirtAddrNotValid`] error if the CR2 register contains a non-canonical address. Call [`Cr2::read_raw`] to handle such cases.
260
+
/// This method returns a [`VirtAddrNotValid`] error if the CR2 register contains a
261
+
/// non-canonical address. Call [`Cr2::read_raw`] to handle such cases.
0 commit comments