Skip to content

Commit 67d500f

Browse files
committed
fix long line
1 parent e2c3fa5 commit 67d500f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rcc.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ impl RccExt for RCC {
3333

3434
/// Constrained RCC peripheral
3535
///
36-
/// An instance of this struct is aquired by calling the [constrain](trait.RccExt.html#tymethod.constrain) function on the [pac::RCC](../pac/struct.RCC.html) struct.
36+
/// An instance of this struct is aquired by calling the
37+
/// [constrain](trait.RccExt.html#tymethod.constrain) function on the
38+
/// [pac::RCC](../pac/struct.RCC.html) struct.
3739
///
3840
/// ```
3941
/// let dp = pac::Peripherals::take().unwrap();

0 commit comments

Comments
 (0)