mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-27 00:01:53 -05:00
Spawning from https://github.com/element-hq/synapse/pull/18689 Example CI failure that will stop people from leaving stray `Cargo.lock` changes behind, ``` Error: Cargo.lock has uncommitted changes after install. Please run 'poetry install --extras all' and commit the Cargo.lock changes. ```
7 lines
285 B
TOML
7 lines
285 B
TOML
# Unstable options are only available on a nightly toolchain and must be opted into
|
|
unstable_features = true
|
|
|
|
# `group_imports` is an unstable option that requires nightly Rust toolchain. Tracked by
|
|
# https://github.com/rust-lang/rustfmt/issues/5083
|
|
group_imports = "StdExternalCrate"
|