Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Aug 18, 2023
1 parent 038d592 commit 683c817
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@ pub(crate) use contains::{
ContainsFilter,
ContainsParViews,
};
#[cfg(feature = "rayon")]
pub(crate) use sealed::{CanonicalParViews, Claims};
pub(crate) use sealed::{
Canonical,
CanonicalViews,
Length,
};
#[cfg(feature = "rayon")]
pub(crate) use sealed::{
CanonicalParViews,
Claims,
};

use crate::{
component,
Expand Down

0 comments on commit 683c817

Please sign in to comment.