Skip to content

Commit 6189b0f

Browse files
committed
sembr src/about-this-guide.md
1 parent b7ebe0c commit 6189b0f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/about-this-guide.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ You might also find the following sites useful:
7777
- [std-dev-guide] -- a similar guide for developing the standard library.
7878
- [rust-analyzer book] -- documentation for the rust-analyzer.
7979
- [The t-compiler Zulip][z]
80-
- The [Rust Internals forum][rif], a place to ask questions and
81-
discuss Rust's internals
80+
- The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals
8281
- The [Rust reference][rr], even though it doesn't specifically talk about
8382
Rust's internals, is a great resource nonetheless
8483
- Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
@@ -89,11 +88,10 @@ You might also find the following sites useful:
8988
the compiler, the books, the references, and the guides) to quickly find
9089
information about the language and compiler.
9190
- You can also use Rustdoc's built-in search feature to find documentation on
92-
types and functions within the crates you're looking at. You can also search
93-
by type signature! For example, searching for `* -> vec` should find all
94-
functions that return a `Vec<T>`.
95-
_Hint:_ Find more tips and keyboard shortcuts by typing `?` on any Rustdoc
96-
page!
91+
types and functions within the crates you're looking at.
92+
You can also search by type signature!
93+
For example, searching for `* -> vec` should find all functions that return a `Vec<T>`.
94+
_Hint:_ Find more tips and keyboard shortcuts by typing `?` on any Rustdoc page!
9795

9896

9997
[rustc dev guide]: about-this-guide.md

0 commit comments

Comments
 (0)