Skip to content

Commit 9941570

Browse files
bors[bot]Sh3Rm4n
andauthored
Merge #332
332: Remove unresolved link to `toggleable` r=eldruin a=Sh3Rm4n In 282320b `mod toggleable` as the default implementation was removed, which invalidated the link in the doc comment to it. This just removes the reference to this non-existing mod, to fix the issue. Co-authored-by: Fabian Viöl <[email protected]>
2 parents a0bd3dc + 8fc8e98 commit 9941570

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/digital.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ pub mod blocking {
113113
}
114114

115115
/// Output pin that can be toggled
116-
///
117-
/// See [toggleable](toggleable) to use a software implementation if
118-
/// both [OutputPin](trait.OutputPin.html) and
119-
/// [StatefulOutputPin](trait.StatefulOutputPin.html) are
120-
/// implemented. Otherwise, implement this using hardware mechanisms.
121116
pub trait ToggleableOutputPin {
122117
/// Error type
123118
type Error: core::fmt::Debug;

0 commit comments

Comments
 (0)