Skip to content

Commit 6b3ee6a

Browse files
authored
RUST-1769 Fix check-rustdoc (#432)
1 parent 92e0dad commit 6b3ee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
//!
8383
//! ### Iteration
8484
//!
85-
//! [`RawDocument`] implements [`IntoIterator`](std::iter::IntoIterator), which can also be
85+
//! [`RawDocument`] implements [`IntoIterator`], which can also be
8686
//! accessed via [`RawDocumentBuf::iter`].
8787
8888
//! ```rust

0 commit comments

Comments
 (0)