npm-hater
Results
1
comments of
npm-hater
not sure if intended, but the behavior diverges from VSCode? ``` pub struct Example { first: u32|, second: u32, } ``` goes to ``` pub struct Example { first: u32,...