Skip to content

Commit 6821cac

Browse files
committed
chore: remove dedundant feature config check for TreeConfigInput
1 parent acedc0a commit 6821cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rln/src/public.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl TreeConfigInput for &str {
4747
}
4848

4949
/// Implementation for direct builder pattern Config struct
50-
#[cfg(all(feature = "pmtree-ft", not(feature = "stateless")))]
50+
#[cfg(feature = "pmtree-ft")]
5151
impl TreeConfigInput for <PoseidonTree as ZerokitMerkleTree>::Config {
5252
fn into_tree_config(self) -> Result<<PoseidonTree as ZerokitMerkleTree>::Config, RLNError> {
5353
Ok(self)

0 commit comments

Comments
 (0)