We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829875 commit 9905c56Copy full SHA for 9905c56
tests/target/issue-2526.rs
@@ -0,0 +1,8 @@
1
+// Test that rustfmt will not warn about comments exceeding max width around lifetime.
2
+// See #2526.
3
+
4
+// comment comment comment comment comment comment comment comment comment comment comment comment comment
5
+fn foo() -> F<'a> {
6
+ bar()
7
+}
8
0 commit comments