We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138e08c commit 1cc7c21Copy full SHA for 1cc7c21
src/doc/rustdoc/src/unstable-features.md
@@ -183,9 +183,8 @@ Book][unstable-masked] and [its tracking issue][issue-masked].
183
184
As designed in [RFC 1990], Rustdoc can read an external file to use as a type's documentation. This
185
is useful if certain documentation is so long that it would break the flow of reading the source.
186
-Instead of writing it all inline, writing `#[doc(include = "sometype.md")]` (where `sometype.md` is
187
-a file adjacent to the `lib.rs` for the crate) will ask Rustdoc to instead read that file and use it
188
-as if it were written inline.
+Instead of writing it all inline, writing `#[doc(include = "sometype.md")]` will ask Rustdoc to
+instead read that file and use it as if it were written inline.
189
190
[RFC 1990]: https://github.com/rust-lang/rfcs/pull/1990
191
0 commit comments