Skip to content

Commit 0e2776c

Browse files
committed
fix: avoid id conflict
1 parent f0c6fe8 commit 0e2776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Values
133133
let a = unsafe { std::mem::transmute::<_, [u8; 4]>(arr) }; // UB — not all elements initialized
134134
135135
.. compliant_example::
136-
:id: compl_ex_Ke869nSXuShU
136+
:id: compl_ex_Xr6MjsqshHxc
137137
:status: draft
138138

139139
The following code reads a union field:

0 commit comments

Comments
 (0)