We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbdc241 + 6d45d05 commit cda26a6Copy full SHA for cda26a6
library/alloc/src/rc.rs
@@ -238,6 +238,7 @@
238
//! [downgrade]: Rc::downgrade
239
//! [upgrade]: Weak::upgrade
240
//! [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
242
243
#![stable(feature = "rust1", since = "1.0.0")]
244
0 commit comments