Skip to content

Commit

Permalink
lib: rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: kennytm <[email protected]>
  • Loading branch information
kennytm committed May 2, 2020
1 parent bea5452 commit dfc970d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
#![cfg_attr(
feature = "pmull",
feature(
stdsimd,
platform_intrinsics,
aarch64_target_feature,
llvm_asm,
)
feature(stdsimd, platform_intrinsics, aarch64_target_feature, llvm_asm)
)]

mod pclmulqdq;
Expand Down

0 comments on commit dfc970d

Please sign in to comment.