mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 06:05:21 -04:00
Use nightly rustfmt in CI (#15188)
As we use some nightly only options, e.g. to group and sort imports consistently.
This commit is contained in:
parent
6b6e91e610
commit
242d2a27ce
4 changed files with 5 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
use std::borrow::Cow;
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
use crate::push::{EventMatchPatternType, JsonValue};
|
||||
use anyhow::{Context, Error};
|
||||
use lazy_static::lazy_static;
|
||||
use log::warn;
|
||||
|
@ -27,6 +26,7 @@ use super::{
|
|||
Action, Condition, ExactEventMatchCondition, FilteredPushRules, KnownCondition,
|
||||
SimpleJsonValue,
|
||||
};
|
||||
use crate::push::{EventMatchPatternType, JsonValue};
|
||||
|
||||
lazy_static! {
|
||||
/// Used to parse the `is` clause in the room member count condition.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue