Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 90f4bbc

Browse files
alphabetize me captn
1 parent 2dd9e5c commit 90f4bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ mod jobs;
1313

1414
#[cfg(feature = "acreplace")]
1515
pub mod acreplace;
16-
#[cfg(feature = "cellularnoise")]
17-
pub mod cellularnoise;
1816
#[cfg(feature = "binary_space_partition")]
1917
pub mod binary_space_partition;
18+
#[cfg(feature = "cellularnoise")]
19+
pub mod cellularnoise;
2020
#[cfg(feature = "dbpnoise")]
2121
pub mod dbpnoise;
2222
#[cfg(feature = "dmi")]

0 commit comments

Comments
 (0)