diff --git a/ruma-common/src/push.rs b/ruma-common/src/push.rs index b7a5bbfd..f558b364 100644 --- a/ruma-common/src/push.rs +++ b/ruma-common/src/push.rs @@ -30,7 +30,7 @@ pub use self::{ condition::{ ComparisonOperator, FlattenedJson, PushCondition, PushConditionRoomCtx, RoomMemberCountIs, }, - iter::{AnyPushRule, RulesetIntoIter, RulesetIter}, + iter::{AnyPushRule, AnyPushRuleRef, RulesetIntoIter, RulesetIter}, }; /// A push ruleset scopes a set of rules according to some criteria.