Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Sep 19, 2024
1 parent 87efd10 commit c257ef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openmls/src/group/public_group/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use crate::extensions::RequiredCapabilitiesExtension;
use crate::group::proposal_store::ProposalQueue;
use crate::group::GroupContextExtensionsProposalValidationError;
use crate::prelude::LibraryError;
use crate::treesync::errors::LifetimeError;
use crate::treesync::{errors::LeafNodeValidationError, LeafNode};
use crate::{
binary_tree::array_representation::LeafNodeIndex,
Expand All @@ -30,6 +29,9 @@ use crate::{
schedule::errors::PskError,
};

#[cfg(not(test))]
use crate::treesync::errors::LifetimeError;

impl PublicGroup {
// === Messages ===

Expand Down

0 comments on commit c257ef6

Please sign in to comment.