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.
&format!
1 parent 6afcb85 commit 3cb40e5Copy full SHA for 3cb40e5
crates/core_simd/examples/spectral_norm.rs
@@ -69,7 +69,7 @@ fn dot(x: &[f64], y: &[f64]) -> f64 {
69
#[cfg(test)]
70
#[test]
71
fn test() {
72
- assert_eq!(&format!("{:.9}", spectral_norm(100)), "1.274219991");
+ assert_eq!(format!("{:.9}", spectral_norm(100)), "1.274219991");
73
}
74
75
fn main() {
0 commit comments