Skip to content

Commit c57115f

Browse files
committed
rustfmt: Add rustfmt::skip to macro with a problem
1 parent f642c56 commit c57115f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/linalg/impl_linalg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ where
375375
#[cfg(not(feature = "blas"))]
376376
use self::mat_mul_general as mat_mul_impl;
377377

378+
#[rustfmt::skip]
378379
#[cfg(feature = "blas")]
379380
fn mat_mul_impl<A>(
380381
alpha: A,

0 commit comments

Comments
 (0)