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 262feb3 commit ee0b6a7Copy full SHA for ee0b6a7
tests/target/issue_5533.rs
@@ -0,0 +1,6 @@
1
+// rustfmt-format_code_in_doc_comments: true
2
+
3
+struct TestStruct {
4
+ position_currency: String, // Currency for position of this contract. If not null, 1 contract = 1 positionCurrency.
5
+ pu: Option<i64>, // Previous event update sequense ("u" of previous message), -1 also means None
6
+}
0 commit comments