We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2127bdf commit 62758fdCopy full SHA for 62758fd
tests/target/skip/skip-with-trailing-comma.rs
@@ -0,0 +1,10 @@
1
+#![rustfmt::skip]
2
+
3
+fn myfunc1()
4
+{
5
+ println!("hi"); // yes I want my comments here
6
+} // keep this comment here too
7
8
+fn myfunc2() {
9
+ println!("bye"); // i want it that way
10
+} // tell me why
0 commit comments