summaryrefslogtreecommitdiffstats
path: root/vendor/libm/src/math/fdim.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libm/src/math/fdim.rs')
-rw-r--r--vendor/libm/src/math/fdim.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/libm/src/math/fdim.rs b/vendor/libm/src/math/fdim.rs
index 06edc9960..014930097 100644
--- a/vendor/libm/src/math/fdim.rs
+++ b/vendor/libm/src/math/fdim.rs
@@ -8,7 +8,6 @@ use core::f64;
/// * NAN if either argument is NAN.
///
/// A range error may occur.
-#[inline]
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
pub fn fdim(x: f64, y: f64) -> f64 {
if x.is_nan() {