Skip to content

Commit 0f809da

Browse files
aram356ChristianPavilonis
authored andcommitted
Permutive integration
1 parent c109ba3 commit 0f809da

File tree

4 files changed

+899
-1
lines changed

4 files changed

+899
-1
lines changed

crates/common/src/integrations/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
use crate::settings::Settings;
44

5+
pub mod permutive;
56
mod registry;
67
pub mod testlight;
78

@@ -15,5 +16,5 @@ pub use registry::{
1516
type IntegrationBuilder = fn(&Settings) -> Option<IntegrationRegistration>;
1617

1718
pub(crate) fn builders() -> &'static [IntegrationBuilder] {
18-
&[testlight::register]
19+
&[permutive::register, testlight::register]
1920
}

0 commit comments

Comments
 (0)