Skip to content

Commit 44e8e92

Browse files
committed
docs: fix rustdoc::bare_urls
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent d0fed5f commit 44e8e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/paging/mapper/recursive_page_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl<'a> RecursivePageTable<'a> {
5454
/// because allocating the last byte of the address space can lead to pointer
5555
/// overflows and undefined behavior. For more details, see the discussions
5656
/// [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/end-of-address-space)
57-
/// and [in the `unsafe-code-guidelines ` repo]https://github.com/rust-lang/unsafe-code-guidelines/issues/420).
57+
/// and [in the `unsafe-code-guidelines ` repo](https://github.com/rust-lang/unsafe-code-guidelines/issues/420).
5858
#[inline]
5959
pub fn new(table: &'a mut PageTable) -> Result<Self, InvalidPageTable> {
6060
let page = Page::containing_address(VirtAddr::new(table as *const _ as u64));

0 commit comments

Comments
 (0)