]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/configs/comment_width/below.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / configs / comment_width / below.rs
CommitLineData
f20569fa
XL
1// rustfmt-comment_width: 80
2// rustfmt-wrap_comments: true
3// Comment width
4
5fn main() {
6 // Lorem ipsum dolor sit amet, consectetur adipiscing elit.
7}