Skip to content

Commit 8b60110

Browse files
Update std docs for double # handling
1 parent 289eeac commit 8b60110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/keyword_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ mod move_keyword {}
10951095
/// ```rust,compile_fail,E0502
10961096
/// let mut v = vec![0, 1];
10971097
/// let mut_ref_v = &mut v;
1098-
/// ##[allow(unused)]
1098+
/// #[allow(unused)]
10991099
/// let ref_v = &v;
11001100
/// mut_ref_v.push(2);
11011101
/// ```

0 commit comments

Comments
 (0)