]> git.lizzy.rs Git - rust.git/blob - tests/source/expr-no-hints.rs
Update tests
[rust.git] / tests / source / expr-no-hints.rs
1 // rustfmt-take_source_hints: false
2 // We know best!
3
4 fn main() {
5     a.b
6      .c
7      .d();
8 }