Skip to content

Commit

Permalink
rustfmt: Add rustfmt::skip to macro with a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 12, 2024
1 parent 83419b8 commit c5bc430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/linalg/impl_linalg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ where
#[cfg(not(feature = "blas"))]
use self::mat_mul_general as mat_mul_impl;

#[rustfmt::skip]
#[cfg(feature = "blas")]
fn mat_mul_impl<A>(
alpha: A,
Expand Down

0 comments on commit c5bc430

Please sign in to comment.