The comment in ```rescript @@uncurried let f = ( // comment ~a, ) => a ``` is preserved when formatting with 10.1.3, but gets removed when formatting with master: ```rescript @@uncurried let f = (~a) => a ```