>>105955980 (OP)Is go fmt really that bad? I always heard it was way better than rustfmt in that it leaves your shit alone unless you do something really egregious (misleading indentation, super long lines, etc)
>>105957386>It makes nice single line function signature and calls span 3 likesassert!(
self.thing.is_some(),
"impossible: in state {:?}, mode {:?}, but thing is none?",
self.state,
self.mode,
);
Yeah I really needed that to be six fucking lines instead of 2. Thanks rustfmt