Skip to content

Commit 4fce14c

Browse files
committed
fixed documentation link
1 parent f31d82e commit 4fce14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/kernel/sync/seqlock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ use core::{cell::UnsafeCell, marker::PhantomPinned, ops::Deref};
6161
/// guard.b.store(b + 1, Ordering::Relaxed);
6262
/// }
6363
/// ```
64+
/// [init]: ../init/index.html
6465
#[pin_project]
6566
pub struct SeqLock<L>
6667
where

0 commit comments

Comments
 (0)