Why Nostr? What is Njump?
2024-06-23 11:48:28

fasterthanlime 🌌 on Nostr: Since when did rustfmt start formatting "calls on tuples" like this: ``` { ( ...

Since when did rustfmt start formatting "calls on tuples" like this:

```
{
(
StatusCode::OK,
format!("serve transcoded for {hapa} / {bp}"),
)
.into_http()
}
```

And how do I convince it to simply do

```
{
(
StatusCode::OK,
format!("serve transcoded for {hapa} / {bp}"),
).into_http()
}
```

Instead?
Author Public Key
npub1s493tv2ffz79ym3gx8prp9yq3agm4ysz5fq5p79wl90t75eljwnscvh2ea