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

Commit e658cf1

Browse files
committed
unused
1 parent d05d0aa commit e658cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/hypot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use super::sqrt;
1818
#[allow(unused_imports)] // msrv compat
1919
use super::support::Float;
20-
use super::support::{Hexf, cold_path};
20+
use super::support::cold_path;
2121

2222
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
2323
pub fn hypot(x: f64, y: f64) -> f64 {

0 commit comments

Comments
 (0)