Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 8fde59a

Browse files
committed
Resolve an error identified by recent clippy
1 parent 12b1d75 commit 8fde59a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/support/env.rs

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ impl Status {
7070
/// The default result for division is +/-inf based on operand sign. For `logB`, the default
7171
/// result is -inf.
7272
/// `x / y` when `x != 0.0` and `y == 0.0`,
73-
7473
#[cfg_attr(not(feature = "unstable-public-internals"), allow(dead_code))]
7574
pub const DIVIDE_BY_ZERO: Self = Self(1 << 2);
7675

0 commit comments

Comments
 (0)