We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f642c56 commit c57115fCopy full SHA for c57115f
1 file changed
src/linalg/impl_linalg.rs
@@ -375,6 +375,7 @@ where
375
#[cfg(not(feature = "blas"))]
376
use self::mat_mul_general as mat_mul_impl;
377
378
+#[rustfmt::skip]
379
#[cfg(feature = "blas")]
380
fn mat_mul_impl<A>(
381
alpha: A,
0 commit comments