We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f392320 commit 72d90c9Copy full SHA for 72d90c9
src/coding-guidelines/expressions.rst
@@ -238,7 +238,8 @@ Expressions
238
Additionally, the check for zero can also be performed manually, as in this compliant example.
239
However, as the complexity of the control flow leading to the invariant increases,
240
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.
+
242
+ Note that the test for arithmetic overflow is not necessary for unsigned integers.
243
244
.. code-block:: rust
245
0 commit comments