David Cowden

Results 44 comments of David Cowden

This feature does not remove a leading blank comment line but it removes trailing blank lines. ``` /// /// Foo is a newtype for bar that can be passed to...

Also take note that `mojo` has a concept of `mlir` which has "dialects": https://docs.modular.com/mojo/notebooks/BoolMLIR

I just tried using this feature and it adds trailing commas to function argument lists at the call site. ``` let foo = Foo::new("foo",); ``` It also adds trailing commas...