Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rustfmt: Add rustfmt::skip to macro with a problem
  • Loading branch information
bluss committed Mar 13, 2024
commit c57115f82c198c61d444d524d75a48f0a1090c93
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