Skip to content

Commit 5475d89

Browse files
committed
wrap comment
1 parent 3de203e commit 5475d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/registers/control.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ mod x86_64 {
257257
///
258258
/// # Errors
259259
///
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.
261262
#[inline]
262263
pub fn read() -> Result<VirtAddr, VirtAddrNotValid> {
263264
VirtAddr::try_new(Self::read_raw())

0 commit comments

Comments
 (0)