summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_5533.rs
blob: c3095a44022d21bdc75fd43f6c5547a6ca0ae115 (plain)
1
2
3
4
5
6
// 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
}