Skip to content

Commit 734191c

Browse files
fmt
1 parent 148749a commit 734191c

File tree

1 file changed

+2
-2
lines changed
  • src/external_trait_impls

1 file changed

+2
-2
lines changed

src/external_trait_impls/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#[cfg(feature = "borsh")]
2+
mod borsh;
13
#[cfg(feature = "rayon")]
24
pub(crate) mod rayon;
35
#[cfg(feature = "rkyv")]
46
mod rkyv;
57
#[cfg(feature = "serde")]
68
mod serde;
7-
#[cfg(feature = "borsh")]
8-
mod borsh;

0 commit comments

Comments
 (0)