mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Utilize field init shorthand from rust 1.17 #3

Closed nils-ohlmeier closed 7 years ago

nils-ohlmeier commented 7 years ago

Replace all the stuct init calls with duplicate in it. See https://blog.rust-lang.org/2017/04/27/Rust-1.17.html