Skip to content

Allow trailing commas in dict macros.

Tom Wagner requested to merge ryuukyu/pipewire-rs:trailing-comma into main

This makes syntax more flexible and follows default rustfmt style, where function calls and other elements formatted over multiple lines get a trailing comma.

Merge request reports