Skip to content

Commit a9ee19c

Browse files
committed
doc(r3): fix a broken intra-doc link
1 parent 8455131 commit a9ee19c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/r3/src/kernel/raw.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ pub unsafe trait KernelEventGroup: KernelBase {
247247
}
248248

249249
bitflags::bitflags! {
250-
/// Options for [`EventGroup::wait`].
250+
/// Options for [`EventGroup::wait`][1].
251+
///
252+
/// [1]: crate::kernel::EventGroup::wait
251253
pub struct EventGroupWaitFlags: u8 {
252254
/// Wait for all of the specified bits to be set.
253255
const ALL = 1 << 0;

0 commit comments

Comments
 (0)