Skip to content

Commit 8fb553c

Browse files
committed
Add &mut as an alias for 'reference' primitive
1 parent cbab347 commit 8fb553c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/primitive_docs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ mod prim_usize {}
920920

921921
#[doc(primitive = "reference")]
922922
#[doc(alias = "&")]
923+
#[doc(alias = "&mut")]
923924
//
924925
/// References, both shared and mutable.
925926
///

0 commit comments

Comments
 (0)