Skip to content

Commit cda26a6

Browse files
authored
Rollup merge of rust-lang#80666 - jjlin:master, r=Dylan-DPC
Fix missing link for "fully qualified syntax" This issue can currently be seen at https://doc.rust-lang.org/stable/std/rc/index.html#toggle-all-docs:~:text=%5B-,fully%20qualified%20syntax It originates from rust-lang#76138, where the link was added to `library/alloc/src/sync.rs`, but not `library/alloc/src/rc.rs`.
2 parents cbdc241 + 6d45d05 commit cda26a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/rc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
//! [downgrade]: Rc::downgrade
239239
//! [upgrade]: Weak::upgrade
240240
//! [mutability]: core::cell#introducing-mutability-inside-of-something-immutable
241+
//! [fully qualified syntax]: https://doc.rust-lang.org/book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
241242
242243
#![stable(feature = "rust1", since = "1.0.0")]
243244

0 commit comments

Comments
 (0)