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 1391141 commit 6c7f312Copy full SHA for 6c7f312
src/docs/unchecked_duration_subtraction.txt
@@ -2,7 +2,7 @@
2
Finds patterns of unchecked subtraction of [`Duration`] from [`Instant::now()`].
3
4
### Why is this bad?
5
-Unchecked subtraction could cause underflow on certain platforms, leading to bugs and/or
+Unchecked subtraction could cause underflow on certain platforms, leading to
6
unintentional panics.
7
8
### Example
0 commit comments