Skip to content

Commit 72d90c9

Browse files
rcseacordfelix91gr
andcommitted
Update src/coding-guidelines/expressions.rst
Co-authored-by: Félix Fischer <[email protected]>
1 parent f392320 commit 72d90c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/coding-guidelines/expressions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ Expressions
238238
Additionally, the check for zero can also be performed manually, as in this compliant example.
239239
However, as the complexity of the control flow leading to the invariant increases,
240240
it becomes increasingly harder for both programmers and static analysis tools to reason about it.
241-
The test for arithmetic overflow is not necessary for unsigned integers.
241+
242+
Note that the test for arithmetic overflow is not necessary for unsigned integers.
242243

243244
.. code-block:: rust
244245

0 commit comments

Comments
 (0)