Skip to content

Commit

Permalink
Remove broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed May 7, 2024
1 parent cc684f5 commit ef44046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy/raw_stream_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl<M: Copy + Debug, V: Copy + Debug, E: Copy + Debug> RawStreamItem<M, V, E> {
}
}

/// Represents the end of a [`RawInputStream`].
/// Represents the end of a raw input stream.
///
/// This type implements [`HasRange`] and [`HasSpan`]. These traits aren't especially useful for the
/// `EndPosition` type itself, but implementing them allows the `RawStreamItem` type (which contains
Expand Down

0 comments on commit ef44046

Please sign in to comment.