18737ddc72
Fixes 5533, 5568, 5907 Prevent `format_code_in_doc_comments=true` from affecting how non-doc comments are formatted. --------- Co-authored-by: Yacin Tmimi <yacintmimi@gmail.com>
7 lines
289 B
Rust
7 lines
289 B
Rust
// rustfmt-format_code_in_doc_comments: true
|
|
|
|
struct TestStruct {
|
|
position_currency: String, // Currency for position of this contract. If not null, 1 contract = 1 positionCurrency.
|
|
pu: Option<i64>, // Previous event update sequense ("u" of previous message), -1 also means None
|
|
}
|