Add &mut as an alias for 'reference' primitive
This commit is contained in:
@@ -920,6 +920,7 @@ mod prim_usize {}
|
|||||||
|
|
||||||
#[doc(primitive = "reference")]
|
#[doc(primitive = "reference")]
|
||||||
#[doc(alias = "&")]
|
#[doc(alias = "&")]
|
||||||
|
#[doc(alias = "&mut")]
|
||||||
//
|
//
|
||||||
/// References, both shared and mutable.
|
/// References, both shared and mutable.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user