Skip to content

Commit 1996afc

Browse files
committed
Fixes errors when building docs.
1 parent 95861f8 commit 1996afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ where
4545
}
4646
}
4747

48-
/// Blanket implementation for all types implementing [`Iterator`] over [`Regions`]
48+
/// Blanket implementation for all types implementing [`Iterator`] over [`Region`]
4949
impl<'a, R, I> IterableByOverlaps<'a, R, I> for I
5050
where
5151
R: Region,

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#![deny(missing_docs)]
99
#![deny(unsafe_code)]
1010

11-
/// Currently contains [`OverlapIterator`]
11+
/// Currently contains [`OverlapIterator`](iter::OverlapIterator)
1212
pub mod iter;
1313
/// Technology specific traits for NOR Flashes
1414
pub mod nor_flash;

0 commit comments

Comments
 (0)