rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 178 forks source link

Turbofish breaks method chaining #382

Open rabite0 opened 4 years ago

rabite0 commented 4 years ago

Turbofish syntax breaks method chaining alignment:

let foo = bar.baz()
             .quux::<Type>()
        .quuz();
mookid commented 4 years ago

Hi @rabite0,

Is rust-indent-method-chain set?