Commit 9d9e267
committed
Auto merge of #26757 - oli-obk:style_fixes, r=brson
the indentation has always been a thorn in my eye.
If it's preferred I'll leave the `unsafe` where it was and change it to
```rust
unsafe { match e.node {
...
} } // unsafe { match e.node {
```
so there's no unnecessary indent1 file changed
+284
-310
lines changed
0 commit comments