Skip to content

Commit

Permalink
Fix missing link for "fully qualified syntax"
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlin committed Jan 3, 2021
1 parent e821a6e commit 6d45d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
//! [downgrade]: Rc::downgrade
//! [upgrade]: Weak::upgrade
//! [mutability]: core::cell#introducing-mutability-inside-of-something-immutable
//! [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

#![stable(feature = "rust1", since = "1.0.0")]

Expand Down

0 comments on commit 6d45d05

Please sign in to comment.