You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 09:46:45 +02:00
Add suggestion to use rustup doc
(#770)
Suggest to use `rustup doc std::fmt` to open the documentation for `std::fmt`.
This commit is contained in:
@ -41,4 +41,6 @@ Key points:
|
|||||||
which has the rules of the formatting mini-language. It's important that the
|
which has the rules of the formatting mini-language. It's important that the
|
||||||
students become familiar with searching in the standard library.
|
students become familiar with searching in the standard library.
|
||||||
|
|
||||||
|
* In a shell `rustup doc std::fmt` will open a browser on the local std::fmt documentation
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Reference in New Issue
Block a user