Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-chain_one_line_max-below.rs
blob: e869c782d072fc306f600e78a0b0617f8f222feb [
file
] [
log
] [
blame
]
// rustfmt-chain_one_line_max: 100
// Chain one line max
fn
main
()
{
let
lorem
=
ipsum
.
dolor
().
sit
().
amet
().
consectetur
().
adipiscing
().
elit
();
}