Update AnyPushRule description
This commit is contained in:
parent
8eb96549d3
commit
4570fa2fef
@ -106,7 +106,8 @@ pub struct PatternedPushRule {
|
|||||||
pub pattern: String,
|
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)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
pub struct AnyPushRule {
|
pub struct AnyPushRule {
|
||||||
/// The actions to perform when this rule is matched.
|
/// The actions to perform when this rule is matched.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user