cargo fmt [nfc]

master
Robert Jördens 2020-11-26 14:30:09 +01:00
parent 468929690d
commit ea3e343c39
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ fn min(x: f32, y: f32) -> f32 {
o
}
// Multiply-accumulate vectors `x` and `a`.
//
// A.k.a. dot product.