mozilla / webrtc-sdp

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

Consider adding #![forbid(unsafe_code)] to the head of lib.rs #144

Closed na-g closed 5 years ago

na-g commented 5 years ago

If we think there is no need to use unsafe in the library we should consider adding #![forbid(unsafe_code)] and then consider removing it only if the need arises.