Update AnyPushRule description

This commit is contained in:
Kinrany 2020-07-21 01:35:11 +03:00 committed by Jonas Platte
parent 8eb96549d3
commit 4570fa2fef

View File

@ -106,7 +106,8 @@ pub struct PatternedPushRule {
pub pattern: String,
}
/// A push rule
/// Like `PushRule`, but may represent any kind of push rule
/// thanks to `pattern` and `conditions` being optional.
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct AnyPushRule {
/// The actions to perform when this rule is matched.