mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-07 18:16:15 +02:00
Fix some broken fragment ID encodings in rustdoc links (#571)
This commit is contained in:
parent
c4603fd595
commit
eda4766442
@ -61,6 +61,6 @@ fn main() {
|
|||||||
but it can lead into complications with the borrow checker.
|
but it can lead into complications with the borrow checker.
|
||||||
* Try removing `to_string()` from the example above and see if it still compiles. Where do you think we might run into issues?
|
* Try removing `to_string()` from the example above and see if it still compiles. Where do you think we might run into issues?
|
||||||
|
|
||||||
[1]: https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#impl-From%3C%5B(K%2C%20V)%3B%20N%5D%3E-for-HashMap%3CK%2C%20V%2C%20RandomState%3E
|
[1]: https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#impl-From%3C%5B(K,+V);+N%5D%3E-for-HashMap%3CK,+V,+RandomState%3E
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -30,7 +30,7 @@ fn main() {
|
|||||||
methods on a `Vec`.
|
methods on a `Vec`.
|
||||||
|
|
||||||
[1]: https://doc.rust-lang.org/std/vec/struct.Vec.html
|
[1]: https://doc.rust-lang.org/std/vec/struct.Vec.html
|
||||||
[2]: https://doc.rust-lang.org/std/vec/struct.Vec.html#deref-methods-[T]
|
[2]: https://doc.rust-lang.org/std/vec/struct.Vec.html#deref-methods-%5BT%5D
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user