Skip to content

Commit d0fed5f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/idt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ impl_index_for_idt!(RangeFull);
671671

672672
/// An Interrupt Descriptor Table entry.
673673
///
674-
/// The generic parameter is some [`InterruptFn`], depending on the interrupt vector.
674+
/// The generic parameter is some [`HandlerFuncType`], depending on the interrupt vector.
675675
#[derive(Clone, Copy)]
676676
#[repr(C)]
677677
pub struct Entry<F> {

0 commit comments

Comments
 (0)