Skip to content

Commit c9105fe

Browse files
committed
doc(bind): remove a pointless intra-doc reference
1 parent 8ff3625 commit c9105fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/r3/src/bind/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ pub const fn bind<System, Binder, Func>(
139139
/// This can be used to create a storage with the `'static` lifetime duration
140140
/// that is initialized lazily.
141141
///
142-
/// See [the module-level documentation][3] for an example.
143-
///
144142
/// # Example
145143
///
146144
/// The following example uses `bind_uninit` as an alternative to
@@ -180,7 +178,6 @@ pub const fn bind<System, Binder, Func>(
180178
///
181179
/// [1]: Bind::define
182180
/// [2]: BindDefiner::init
183-
/// [3]: self#examples
184181
/// [4]: core::mem::MaybeUninit::uninit
185182
/// [5]: BindDefiner::finish
186183
/// [6]: https://docs.rs/cortex-m/0.7.4/cortex_m/macro.singleton.html

0 commit comments

Comments
 (0)